BODY {
background : rgb(255,255,255); 
} 
a:visited {
text-decoration : underline; 
color : rgb(0,0,0); 
} 
a:active {
text-decoration : underline; 
color : rgb(0,0,0); 
} 
a:hover {
text-decoration : underline; 
background : rgb(255,255,255); 
color : rgb(0,0,0); 
} 
a:link {
text-decoration : underline; 
color : rgb(0,0,0); 
} 
p {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 0.75em; 
color: rgb(0,0,0);
margin-top : 1px; 
margin-bottom : 0; 
} 
li {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 0.75em; 
color: rgb(0,0,0);
margin-top : 1px; 
margin-bottom : 0; 
} 

h1 {
font-family : Times, Verdana, Arial, Helvetica, sans-serif; 
font-size : 1.4em; 
color : rgb(255,000,000); 
margin-top : 0px; 
margin-bottom : 0px; 
} 
h2 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 0.7em; 
font-weight : bold; 
color : rgb(000,153,000); 
margin-top : 0px; 
margin-bottom : 0px; 
} 
h3 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 0.9em; 
font-weight : bold; 
background: rgb(051,102,102);
color : rgb(255,255,255); 
margin-top : 5px; 
margin-bottom : 2px; 
} 
h4 {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 0.8em; 
color : rgb(102,102,051); 
margin-top : 3px; 
margin-bottom : 2px; 
} 
h5 {
font-family : Arial, Helvetica, sans-serif; 
font-size : 0.7em; 
font-weight : bold; 
color : black; 
margin-top : 1px; 
margin-bottom : 2px; 
} 
h6 {
font-family : Arial, Helvetica, sans-serif; 
font-size : 0.6em; 
color : black; 
margin-top : 1px; 
margin-bottom : 1px; 
}
table { 
background-color : rgb(204,204,153);
border-collapse : collapse;
border-width : thin;
border-color : rgb(0,0,0);
}


