a { color: #30F; }
a:link { color: #30F; }
a:visited { color: #30F; }
a:active { color: #30F; }

a:hover
{
	background-color: #000;
	color: #fff;
	text-decoration: underline;
}

/*alts for more than basic styles below here 
.searchbutton { color: #30F; }
/*a#logoban
{
	 background: #fff url(/hd/img/histdir-black.gif) no-repeat top left;
}*/

#navigation li a { background: #fff; }

#navigation li a:hover
{
	background: #000;
	color: #fff;
}

#pagedesc { background: #fff; }

#founddirs { background-color: #fff; }
#srchoptions td a, #srchoptions li a { background-color: #fff; }

#srchoptions td a:hover, #srchoptions li a:hover
{
	background-color: #000;
}

#srchresults th
{
	background-color: #fff;
	text-align: left;
}

#srchresults tr td { background-color: #fff; }
#srchresults tr.alternateRow td { background-color: #eee; }

#srchresults th a:active, #srchresults th a:hover
{
	background: #000;
	color: #fff;
	text-decoration: none;
}

#mainsrch { 
	background: #fff;
	border: 1px solid #fff;
}
