/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: x-small;}
 A:active { color: rgb(22,78,118); font-weight: bold;}
 A:link { color: rgb(22,78,118); font-weight: bold;}
 A:visited { color: rgb(22,78,118); font-weight: bold;}
 A:hover { color: rgb(255,0,0); font-weight: bold;}
 
#pos {
	/*margin-left: -25%;
	position: absolute;
	left: 50%;
	top: 500px;
	*/
}
.smallblue {
	font-size: small; 
	color: rgb(22,78,118);
}

.small{
	font-size: small; 
}
