/* styles.css */
	

body {
     background-color: FFFFFF;
    scrollbar-face-color: #FF9393; 
    scrollbar-track-color: #FFFFFF; 
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-3dlight-color: #FFFFFF; 
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
	margin: 0%;
    }
a:link {text-decoration: none; font-weight: normal; color: #000000;}
a:hover {text-decoration: line-under; font-weight: bold; color: #FF0000;}
a:visited {text-decoration: none; font-weight: normal; color: #5262FF;}
a:active {text-decoration: none; font-weight: normal; color: #5262FF;}
 
