
/* for styling the Google Search Results */

#searchcontent
	{
		font-family: verdana,geneva,sans-serif;
		font-size: 9pt;
		color: #555;
		border: #cccccc 1px solid;
		margin-top:10px;
		width: 100%;
		text-align:center;
	}

#searchcontentinner
	{
		width:85%;
		text-align:left;
		margin: 15px 0 0 5px;
	}

#searchcontent a { color: #06c; }
#searchcontent a:hover { color: #999; text-decoration: none; }
#searchcontent a:active { color: #903; }

#searchcontentinner input
	{
		color: #06C;
	}
