/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: small; 
	font-weight: normal; 
	background-color: #f4f4ff;
	overflow-y: scroll;
}

#header {
	color: #0066ff; 
	font-family: 'Times New Roman', Arial, Helvetica, Geneva, sans-serif; 
	font-style: normal;
	font-size: 36px;
	font-weight: bold; 
	text-align: right; 
}

#footer1 {
	color: #0066ff; 
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal; 
}

#footer2 {
	color: #999999; 
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal; 
	text-align: right; 
}

#footer3 {
	color: #0066ff; 
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: bold; 
	text-align: center; 
}

a:active  { color: #990033; text-decoration: none; font-style: normal; font-weight: normal; }
a:link    { color: #0066ff; text-decoration: none; font-style: normal; font-weight: normal; }
a:visited { color: #0066ff; text-decoration: none; font-style: normal; font-weight: normal; }
a:hover   { color: #990033; text-decoration: none; font-style: normal; font-weight: normal; } 

ul { list-style-type: square;}

