a{ 
	color: #990000; 
	text-decoration: none; 	
	font-weight: bold
	}
a:hover  {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
body{
	color: black; 
	font-family: Verdana, Arial, sans-serif;
	}
.category{
	font-weight: bold;
	text-align:center;
	font-size:larger;
}
.header{
	font-weight: bold;
}
.results{
	padding: 1px 6px 1px 6px;
}
.resultsHead{
	padding: 1px 6px 1px 6px;
	border-bottom: 1px solid #000000;
}
#content{
	font-size:11px;
}
h1{
	font-size:18px;
	margin:0;
	text-align:center;
}
h2{
	font-size:16px;
	margin:0;
	text-align:center;
}
.btbHighlight{
	color:#990000;
	font-weight:bold;
	font-size:110%;
	}
.breckHighlight{
	color:#003300;
	font-weight:bold;
	font-size:110%;
}
.fr50{
	color:#000;
	font-weight:bold;
	font-size:110%;
}
hr{
	border:0;
	height:1px;
	background-color:#000;
	color:#000;
	}