/* CSS Document */
a:active {  font-family: Tahoma; color: #69788C; text-decoration: none}
a:hover {  font-family: sans-serif; color: #C80000; text-decoration: underline overline}
a:link {  font-family: sans-serif; color: #121228; text-decoration: none}
a:visited {  font-family: sans-serif; color: #121228;text-decoration: underline overline}

BODY 
	{
	scrollbar-arrow-color:#C80000;
	scrollbar-face-color:#666666;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#666666;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#666666;
	font-family: Tahoma;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	color: #121228;
	background-color: #666666;
}
	}
