/* CSS Document */
BODY {
   background-color:           #CC9999;
   color:                      #000000;
   scrollbar-face-color:       #CC9999;
   scrollbar-highlight-color:  #B3CC99;
   scrollbar-shadow-color:     #CC9999;
   scrollbar-3Dlight-color:    #B3CC99;
   scrollbar-arrow-color:      #CC9999;
   scrollbar-track-color:     #CC9999;
   scrollbar-darkshadow-color: #B3CC99;
   font: 10pt Verdana, sans-serif; 
   }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}




