
body {background-image:url(images/silver_blue_gradient.jpg);
	text-align:	center;
	font-family:	Helvetica, Verdana, Arial, sans-serif;
	color:		#333333;
	font-size:	14px;
} 
body	A:link {
	text-decoration: underline;
	color: black;
}
body	A:hover {
	text-decoration: none;
	color: red;

}
body	A:visited {
	text-decoration: underline;
	color: black;
}

.scroller { 
	height: 215px; 
	width: 400px; 
	overflow: scroll; 
	border: 3px inset blue; 
	background-color: #E8E8E8;
}



td	{
	color:	black;
	font-size:	14px;
	}
td	A:link {
	text-decoration: underline;
	color:	#191970;
}
td	A:visited {
	text-decoration: underline;
	color:	#191970;
}
td	A:hover {
	text-decoration: none;
	color: blue;
}
