body {
background: url(background-ms.png);
}

.napis
{
        width:600px;
        height:80px;
        color:#EDEDED;
        margin:auto;
        text-align:center;
		font-family: "Trebuchet MS";
		text-shadow: 1px 1px 1px #404040;
}

.napis1
{
        width:600px;
        height:60px;
        color:#EDEDED;
        margin:auto;
        text-align:center;
		font-family: "Trebuchet MS";
		text-shadow: 1px 1px 1px #404040;
}

a {
text-decoration: underline;
color:#EDEDED;

}

a:hover {
text-decoration: underline;
color:#EDEDED;

}

.calculator
{
        width:600px;
        height:600px;
        background-color:#228B22;
        border:5px solid #879AA9;
        margin:auto;
        padding-left:20px;
        padding-bottom:15px;
		padding-top:5px;
}
.calculator td
{
        height:100px;
}
.calc_td_result
{
        text-align:center;
}
.calc_result
{
        float: left;
		background-color:#EDEDED;
        width: 532px;
		height:60px;
        text-align:right;
		font-size:36px;
		border:1px solid #4d4d4d;
		padding-right: 10px;
		font-family: "Trebuchet MS";
		color:#4D4D4D;
}
.calc_td_calculs
{
        text-align:center;
}
.calc_calculs
{
        width:90%;
        text-align:left;
}
.calc_td_btn
{
        width:25%;
        height:100%;
}
.calc_btn
{
        width:120px;
        height:80px;
        font-size:32px;
		font-family: "Trebuchet MS";
		color:#4D4D4D;
		
}