a
{
color:green;
}
a:hover
{
	color:black;
}
.area
{
	background-color:white;
	border: solid thin; 
	text-align:center;
}

.newsheader
{
	padding: 2px 2px 2px 2px;
	/*border: solid thin black; */
	width: 80%; 
	height:24px;
	background-color:#9cd5a3;
}

.title
{
	font-family:monospace; 
	font-weight:bold; 
	background-color:#9cd5a3; 
	width:100%; 
	border-bottom: solid thin #AAAAAA; 
	font-size:24px;
}

body
{
	background: repeat-y;
	background-color: #9cd5a3;
	background-image: url(grad.png);
}