/* STANDARD TAG REDEFINITIONS */
BODY{
	color: White;
	background-color: White;
	text-align: center;
	padding-top: 150px;
}
a{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: blue;
}