BODY {
	color : #F0FFFF;
	background : Black;
}

A {
	color : Aqua;
}

A:VISITED {
	color : #DEB887;
}

A:HOVER {
	color : #9B37FF;
}

A:ACTIVE {
	color : #FFDEAD;
}

HR {
	width : 75%;
	color : #48D1CC;
	height : 10px;
	align: center
}

H1 {
	text-align: center;
}




