BODY{
background-color : #ffffff;
font-family : Tahoma, Arial, sans-serif;
font-size : 12px;
margin: 20px;
color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #ef3941;
scrollbar-3dlight-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #0061aa;
}

P, TD, LI, UL, Table {
color: #000000;
font-family : Tahoma, Arial, sans-serif;
font-size : 13px;
border: 0px #ef3941 solid;
}

/* this group sets the normal link colors */
A:LINK {
color : #ef3941;
font-weight: none;
text-decoration : none;
}
A:VISITED {
color : #ef3941;
font-weight: none;
text-decoration : none;
}
A:HOVER {
color : #0061aa;
font-weight: none;
text-decoration : underline;
}
A:ACTIVE {
color : #ef3941;
text-decoration : bold;
}

H1 {
font-size : 120%;
font-weight : bold;
color : #ef3941;
}

H2, H3, H4, H5, H6 {
font-size : 110%;
font-weight : bold;
color : #0061aa;
}

HR {
color: #ef3941;
height: 1px;
width: 95%;
}