BODY {
	background-color : Black;
}

P {
	margin-left : 10%;
	margin-right : 15%;
}
H1 {
	color : Green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 50px;
	text-align : center;
}
H2 {
	color : Green;
	margin-left : 10%;
	margin-right : 15%;
}
UL {
	margin-left : 15%;
	margin-right : 20%;
}


A:ACTIVE {
	color : Navy;
	font-weight : bold;
	text-decoration : none;
}
A:HOVER {
	color : White;
	font-weight : bold;
	text-decoration : none;
	background-color : Fuchsia;
}
A:LINK {
	color : Navy;
	font-weight : bold;
}
A:VISITED {
	color : Green;
	font-weight : bold;
	text-decoration : none;
}
