body {
	width: 500px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #636563;
	color: black;
}


a:link {color: #232523; text-decoration: none}
a:visited {color: #232523; text-decoration: none}
a:hover {color: #731810; text-decoration: none}
a:active {color: #232523; text-decoration: none}


.small {
	font-size: 9px;

}

.hvh {
	text-decoration: underline; 
	font-weight: 600;
}