
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black;}
a:active {text-decoration: none; color: black;}
a:hover {text-decoration: underline; color: blue;}

body
{
	background-color:#fff;
	font-size:1.5em;
	color:#000;
}

/*#testing
{
	background:#FF0000; 
}*/

#keyword
{
	background:#fff; 
 	border: 1px solid #666;
	width:450px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:18px;
}

#searchpopup
{
	background:#fff; 
 	border: 1px solid #666;
	width:200px;
	height:1.5em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:18px;
}

.results
{
	border: 0px;
}







