body {
	background-color: #003300;
	color: #FFF;
	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 {
	width: 651;
	overflow: auto;
	background-color: #009900;
}

#logo {
	position: absolute;
	top: 5px;
	left: 5px;
	}


.gallery1 {
	border: 2px solid #000;
	width: 96px;
	height: 75px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}	
	


.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%;
	}

