H1, H2 {
	text-align: center;
}

P, H3, H4 {
	font-family: "verdana";
	font-size: small;
}

HR {
	height: 1px;
	align: "center";
	color: black;
}

BODY {
	margin: 3px;
	color: black;
	background: white;
	font-family: "verdana";
	font-size: small;
}

A:link {
	color: #1B7A1B;
}

A:visited {
	color: #807038;
}

A:active {
	color: #B5A642;
}

