/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { background-color: #660000;}
 A:active { color: rgb(255,255,255);}
 A:visited { color: rgb(153,153,153);}
 A:hover { color: rgb(255,0,0);}
 .style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	background-color: #660000;
	border: #660000;
}

