/* CSS Document */


dd { font-family: Arial, sans-serif; 
     font-size: small;
}
dt { font-family: Arial, sans-serif; 
     font-size: small;
}a:link {
	text-decoration: none;
	color: #FF0000;

}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
body {
	background-color: #333333;


}

html{
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #999999;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #333333;

}
link {
	text-decoration: none;
}
