body {
	background-color: #333;
	text-align: center;
}

h2, p {
	font-family: verdana, helvetica, sans-serif;
	color: #9cf;
}

a	{
	font-family: courier, courier new;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	background-color: #999;
	border: 1px solid #999;
	border-style: outset;
}

a:hover {
	color: #fff;
	background-color: #666;
	border: 1px solid #666;
	border-style: inset;
}