BODY {
	background-color : #a28e53;
	font-family : Arial, Helvetica, sans-serif;
	margin-left : 30px;
	margin-right : 30px;
	color: black;
	font-weight : bolder;
	height : 15pt;
	line-height : 30px;
}
A:ACTIVE {
	color : Red;
	text-decoration: underline;
}
A:HOVER {
	background-color : Lime;
	color : Red;
	text-decoration: underline;
}
A:LINK {
	color : Blue;
	text-decoration: underline;
}
A:VISITED {
	color : Fuchsia;
	text-decoration: underline;
}
P {
	text-align : justify;
}
UL {
	margin-left : 20px;
	margin-right : 20px;
}
H1, H2, H3, H4 {
	text-align : center;
}

