body { 
background-image: url(../images/back.jpg);
background-color: #ffffff;
background-repeat: repeat-y;
font-family: Tahoma, Arial, sans-serif;
margin-bottom: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
font-size: 10pt;
}

P, TD, LI, UL, Table {
color: #202020;
font-family : Tahoma, Arial, sans-serif;
font-size: 10pt;
}

/* this group sets the normal link colors */
A:LINK {
color : #0D42D6;
text-decoration: none;
}
A:VISITED {
color : #0D42D6;
text-decoration : none;
}
A:HOVER {
color : #606060;
background-color: #FFFF64;
text-decoration : underline overline;
}
A:ACTIVE {
color : #0D42D6;
text-decoration : none;
}

H1 {
font-size : 110%;
font-weight : bold;
color : #0D42D6;
}

H2, H3, H4, H5, H6 {
font-size : 100%;
font-weight : bold;
color : #0D42D6;
}

.bottom {
font-family : Tahoma, Arial, sans-serif;
font-size: 8pt;
}