<!-- 
body 
{
background-image: 
url('images/background.jpg');
background-repeat: 
no-repeat;
background-attachment: 
fixed
}
body
{
font-family: arial; font-size: 8pt; color:#000000; font-weight: bold;
}
body
{
scrollbar-face-color: #d20402; 
scrollbar-shadow-color: #264D36; 
scrollbar-highlight-color: #64A809; 
scrollbar-3dlight-color: #64A809;
scrollbar-darkshadow-color: #264D36; 
scrollbar-track-color: #f12c01; 
scrollbar-arrow-color: #fa9900; 
}

A:link {color: "#d20402"; text-decoration: underline; font-weight: bold;}
A:visited {color: "#264D36"; text-decoration: underline; font-weight: bold;}
A:hover {color: "#fa9900"; text-decoration: underline; font-weight: bold;}
A:active {color: "#fa9900"; text-decoration: underline; font-weight: bold;} 

-->
