html {
overflow-x: hidden;
overflow-y: scroll;
}

body {
background-color : white;
background-image: url(fons.jpg);
background-repeat : repeat;
background-position : center;
}
td {
font-family : Helvetica, Arial;
font-size : 11px;
line-height : 135%;
color : #fff;
}
a:link {
color : #fff;
text-decoration : underline;
}
a:visited {
color : #fff;
text-decoration : underline;
}
a:hover {
color : #009deb;
text-decoration : underline;
}
a:active {
color : #009deb;
text-decoration : underline;
}
a img {
border : 0;
}
.virsraksts {
color : #464646;
font-size : 19px;
font-weight:bold;
}
.teksts {
text-align : justify;
}

.copyright {
color : #fff;
font-size : 11px;
}
.copyright a:link {
color : #fff;
}
.copyright a:visited {
color : #fff;
}
.copyright a:hover {
color : #003c74;
}
.copyright a:active {
color : #003c74;
}
