BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


A.one {
	background-color: #CCDDDD;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid Gray;
	color: Black;
	width: 165px;
	height: 15px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
}

A.one:hover {
	TEXT-DECORATION: none;
	color: White;
	background-color: #559988;
	background-position: center;
	background-repeat: no-repeat;
	border: thin solid #CCDDDD;
}

H1 {
	border-bottom: thin solid #004801;
	font-size: medium;
}
