body {
margin-top : 10px;
margin-bottom : 10px;
cursor : crosshair ; 
scrollbar-arrow-color: #33CCFF; 
scrollbar-base-color: #0034C3;
scrollbar-highlight-color : #6391EF; 
scrollbar-shadow-color : #6391EF;
background-color : #0034C3;
} 

p , ul , ol , li , div , td , th , address , blockquote , nobr , b , i {
font-family :  Verdana ; color: #C9DFFF;
background : #0034C3;
}

p.justify { 
font-size:9pt;
text-align:justify; 
color: #C9DFFF;
background : #0034C3;
}

h1 {
font-size : 18pt; 
color: #C9DFFF;
}


h2 {
font-size : 16pt;
color: #C9DFFF;

}



h3 {
font-size : 12pt;
color: #C9DFFF;
}


h4 {
font-size : 10pt;
color: #C9DFFF;

}


p , ul , ol , li , div , td , th , address , nobr , b , i {
font-size : 10pt;
}



a:link {
color: #33CCFF; 
text-decoration: none;
}


a:visited {
color : #33CCFF; 
text-decoration : none;
}


a:hover {
color : #33CCFF; 
text-decoration : underline;
}

... 