body {
	background-color: #fff;
	margin-top: 100; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
	padding: 0;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}
#searchresults {
    text-align: center;
}
#wrapper {
	margin-top: 5px;
	text-align: center;	
	width: 100%;
}
#message {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#googlelinks {
	text-align: right;
	margin-bottom: 10px;
}
#header {
	text-align: center;
}
#header a {
	text-decoration: none;
	color: #00C;
	font: normal small-caps 42px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 6px;
}
#searchbox {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer {
	text-align: center;
	line-height: 20px;
}
a {
	color: #00C;
	text-decoration: underline;
}
a:hover {
	color: #00C;
	text-decoration: none;
}
#footer small {
	font-size: 90%; 
	color: #999;
}
#footer small a {
	color: #99C;
	text-decoration: none;
}
#footer small a:hover {
	color: #CCC;
	text-decoration: none;
}

