body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	background:#990000;
	scrollbar-face-color: #663333;
	scrollbar-shadow-color: #CC9999;
	scrollbar-highlight-color: #CC9999;
	scrollbar-3dlight-color: #FFCCCC;
	scrollbar-darkshadow-color: #996666;
	scrollbar-track-color: #D9CBB9;
	scrollbar-arrow-color: #D9CBB9;
}
h1 {
	font-size: large;
	color:#4F0000;
}
h2 {
	font-size: medium;
	font-style:italic;
	color:#4F0000;	
}

a:link {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #990000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: #CC0000;
	font-weight:bold;
}
.date {
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
.article {
	font-weight: bold;
	text-align:left;
}
.tableBorder {
	border: 2px solid #9F865D;
	background: #D9CBB9;
}
.footer {
	font-size:x-small;
	color:#99CC99;
}
.sitemapBorder {
	border: 1px #990000;
}