body {
cursor : crosshair ;
margin-top : 10px;
margin-bottom : 10px;
scrollbar-arrow-color: #D7AC00;
scrollbar-base-color: #000000;
scrollbar-highlight-color : #CEAA61;
scrollbar-shadow-color : #CEAA61;
background-color : #000000;
}

p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i {
font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif; color: #FFE4B5;
background : #000000;
}

p.justify {
font-size:10pt;
text-align:justify;
color: #FFE4B5;
background : #000000;
}

h4 {
font-size : 12pt;
color: #FFE4B5;
}


p, ul, ol, li, div, td, th, address, nobr, b, i {
font-size : 10pt;
}



a:link {
color: #FFE4B5;
text-decoration: none;
}


a:visited {
color : #FFE4B5;
text-decoration : none;
}


a:hover {
color : #FFE4B5;
text-decoration : underline;
}

...