.pageHeader
{
	font-family:Arial;
	font-size:19px;
	color:Black;
}
.noResults
{
	font-family:Arial;
	font-size:12px;
	width:500px;
	padding:20px;
}
.resultName
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}
.resultDescription 
{
	font-family:Arial;
	font-size:12px;
}
.resultLink 
{
	font-family:Arial;
	font-size:12px;
	color:Blue;
}
.resultTable 
{
	margin:10px;
}
.highlighted 
{
	font-family:Arial;
	font-size:12px;	
	background-color:Yellow;
}