body {
margin-top : 10px; 
margin-right : 10px; 
margin-bottom : 10px; 
margin-left : 10px; 
background-color : blue; 
} 
body, td, th {
font-family : Arial, Verdana, helvetica, sans-serif; 
font-size : 10px; 
color : black; 
} 
a:link {
text-decoration : none; 
font-family : Arial, Verdana, helvetica, sans-serif; 
font-size : 8pt; 
color : red; 
} 
a:visited {
text-decoration : none; 
font-family : Arial, Verdana, helvetica, sans-serif; 
font-size : 8pt; 
color : red; 
} 
a:active {
text-decoration : none; 
font-family : Arial, Verdana, helvetica, sans-serif; 
font-size : 8pt; 
color : black; 
} 
a:hover {
text-decoration : none; 
font-family : Arial, Verdana, helvetica, sans-serif; 
font-size : 8pt; 
color : blue; 
} 
h1, h2, h3, h4, h5, h6 {
font-family : Arial, Verdana, helvetica, sans-serif; 
font-weight : bold; 
color : #800000; 
} 
h1 {
font-size : 20px; 
} 
h2 {
font-size : 18px; 
} 
h3 {
font-size : 16px; 
} 
h4 {
font-size : 14px; 
} 
h5 {
font-size : 12px; 
} 
h6 {
font-size : 10px; 
} 

