BODY {
	background-color:	#32c032;
	color:	#000000;
	margin-left:	5%;
	margin-right:	5%;
	margin-top:	5%;
	margin-bottom:	5%;
}

H1 {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
}

H2 {
	text-align: left;
	font-weight: lighter;
	font-size: large;
}

H3 {
	text-align: left;
	font-weight: lighter;
	font-size: large;
}

P {
	text-align: left;
	font-weight: lighter;
	font-size: medium;
}

TABLE {
	width: 100%;
}

TH {
	background-color:	#808080;
	color:	#000000;
}

HR {
	width: 100%;
}

A:hover {
	background-color: blue;
	text-decoration: none;
	color: white;
}

A:active {
	background-color: blue;
	text-decoration: none;
	color: white;
}

IMG {
	border: 0;
}
