
BODY {
	background-color: White;
	margin-left: 5%;
	margin-right: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12 pt;
	
}
A:LINK, A:VISITED, A:ACTIVE, A:FOCUS {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	color: White;
	background-color: #0000FF;
}
	
h1 {
	font-size: 22pt;
	font-weight: bolder;
	color: Red;
}