body {
	background-color: black;
}


h1 {
	font: 52px arial, sans-serif; color:  grey; text-align: center
}



p {	
	font: 16px arial, sans-serif;color: white;  text-align: center
}


h2 {	
	font: 16px arial, sans-serif;color: Black; text-align: left  
}


a:link {
	color: grey;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	color: #660000;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	
	color:Blackwhite; 	
	text-decoration:none;
}
a:hover {
	letter-spacing: ;
	color: white; 
	text-decoration:underline;
}
