<!-- Stylesheets -->


<!-- Search Results Page -->

p	{
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	}


.home	{
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	}

.results	{
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	}


<!-- White Background -->

a:visited {
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: #333333;
	}

a:link	{
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: #333333;
	}

a:hover {
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: black;
	}

<!-- Black Background -->

a.black:visited
 	{
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: #999999;
	}

a.black:link
 	{
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: Silver;
	}
	
a.black:hover
	{
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: #ffffff;
}

<!-- Gray (#999999) Background -->

a.gray:visited
 	{
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: #666666;
	}

a.gray:link
 	{
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: #666666;
	}

a.gray:hover
	{ 
	text-decoration: underline;
	font-family: arial, helvetica, sans=serif;
	color: #000000;
	}

<!-- that's all folks -->