body {
	background-color: #003300;
	color: #000000;
	size: 14px;
	min-width: 651px;
	text-align: center;
}
 
 a:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
 
a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
 
a:active {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
 
a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
 
#wrapper {
	border: 1px solid #000000;
	width: 651px;
	margin:0 auto;
	background-color: #FFFFFF;
	margin-top: 25px;
}

html {
scrollbar-base-color: #CCCC00;
scrollbar-arrow-color: white;
scrollbar-track-color: #003300;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

#content {
	height: 300;
	width: 451;
	overflow: auto;
}

#news {
	height: 300;
	border: 1px dashed #000000;
	overflow: auto;
}

.newsheader {
	font-size: 20px;
	color: red;
	text-decoration: underline;
	margin-left: 3px;
	font-weight: bold;
}

.contentheader {
	color: red;
	font-size : 20px;
	text-decoration: underline;
	margin-left: 3px;
}

.date {
	color: blue;
	text-align: left;
	margin-left: 3px;
	text-decoration: underline;
}

.copyright {
	font-size: 8px;
	background-color: #CCCC00;
	width: 100%;
	}
	
