@import url("homenew.css");

#results table {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	border-collapse: collapse;
	width: 100%;
}
#results table a:link 
{
	text-decoration: none;
	color: #F00;
}
#results table a:visited 
{
	text-decoration: none;
	color: #F00;
}
#results table a:hover 
{
	text-decoration: underline;
	color: #F00;
}
#results table a:active 
{
	text-decoration: none;
}
#results th {
	padding: 0 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
}