/* CSS Document */
p {
text-indent:15px;
}

td {
padding:10px;
}

body {
background-image:url(fon.jpg);
background-attachment:fixed;
background-repeat:repeat-y;
color:#003300;
background-color:#D9FFB3;
}

table {
border: dotted thin #003300;
background-image:url(fon.jpg);
background-attachment:fixed;
background-repeat:repeat-y;
background-position:right;
}

.zag
{
font-size:large;
font-weight:bold;
}

#mainzag {
font-size:xx-large;
font-weight:bold;
letter-spacing:3px;
color: #003300;
}

#ps {
font-size:small;
font-style:italic;
}

#secondzag {
font-size:large;
font-style:italic;
letter-spacing:0.5px;
color: #003300;
}

#counter {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
width:100px;
opacity: 0.2;
}