center

{
	text-align:center
}




body
{
	font-family: Arial, Helvetica, sans-serif;
	background : Blue;
}

H1 {
	font-size : 30px;
	color : White;
	font-weight : bolder;
}

H2 {
	font-size : 17px;
	color : White;
	font-weight : 400;
}

H3 {
	font-size: 15px;
	color: White;
	font-weight: 400;
}

H4 {
	font-size: 20px;
	color: White;
	font-weight: 500;
}

a {
	color: White;
	text-decoration: underline ;
}

a:visited {
	color: Aqua;
}

a:hover {
	color: Aqua;
}

P {
	font-size : 17px;
	color : White;
	font-weight : normal;
}





