body {
	background-color: black;
	color: #FF0000;

	scrollbar-3dlight-color:red;
        scrollbar-arrow-color:red;
        scrollbar-base-color:black;
        scrollbar-darkshadow-color:red;
        scrollbar-face-color:black;
        scrollbar-highlight-color:black;
        scrollbar-shadow-color:red;

	font-family: arial, helvetica, sans-serif;
}

hr {
	color: red;
}

a, a:visited {
	background-color: transparent;
	color: #FFFFFF;
}

a:hover {
	background-color: transparent;
	color: #800000;
}

h1 {
	text-align: center;
}


#navigation {
	float: left;

	left: 1;
	width: 130px;
	margin-top: 1em;

	font-size: 75%;
	font-style: italic;
	text-align: center;
}



#banner {
	float: top;
	height: 108px;

	align: center;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

#news {
	margin-left: 130px;
	margin-right: 1em;

}

#news i {
	font-size: 75%;
	font-style: italic;
}

.newstitle {
	font-size: 125%;
	font-weight: bold;
	color: white;
}
.newsdate {
	font-size: 75%;
	font-style: italic;
}

#footer {
	clear: left;
	margin: 2em;


	text-align: center;
	font-size: 60%
}