body { 
	background-color: #CCCCCC;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}

/* links */
a:link, a:visited {color: #990000;}
a:hover { color: #990000;}

a.footer:link, a.footer:visited {color: #666666; font-size: 11px; text-decoration: none;}
a.footer:hover {color: #999999; font-size: 11px; text-decoration: underline;}

/* content */
.paragraph_header {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	}
.small_header {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	}
.big_header {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	}
	
/* Footer */
.footerarea {
	color: #999999;
	font-size: 12px;
	text-align: center;
	margin: 5px 5px 5px 5px;
	}