body {
	background-color: #fff;
	margin: 25px;
	padding: 0;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}
#wrapper {
	margin-top: 65px;
	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: 25px;
	margin-bottom: 25px;
}
#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;
}
