a.button, a.button:link, a.button:active, a.button:visited
{
	color: #060;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #060;
}

div.inset
{
	padding: 10px;
	margin: 10px 50px;
	border: 1px #000 dotted;
}

p.inset
{
	margin: 0;
	text-align: center;
}
