@charset "iso-8859-1";

body
{
background-image: url(bg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment:fixed;
background-color: #ECECEC;

scrollbar-face-color: #FFBB00; 
scrollbar-highlight-color: #ECECEC; 
scrollbar-shadow-color: #ECECEC; 
scrollbar-arrow-color: black;
scrollbar-track-color: #ECECEC; 
scrollbar-3dlight-color: black; 
scrollbar-darkshadow-color: black; 

margin-left: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
font-family: Arial, sans-serif;
font-size: 10pt;
color: #000000
}

A:visited {color : #FFBB00; text-decoration : underline;font-weight: bold;}
A:link {color : #FFBB00; text-decoration : underline; font-weight: bold;}
A:hover {color : #FFBB00; text-decoration : underline; font-weight: bold;}
A:active {color : #FFBB00; text-decoration : underline; font-weight: bold;}


