body {
	background-color: White;
}

h3 {
	font: large Arial, Helvetica, sans-serif;
	color: grey;
	text-align: center;
}

h4 {
	font: bold large Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
}

h5 {
	font: bold small Arial, Helvetica, sans-serif;
	color: Black;
	text-align: center;
}

h6 {
	font: x-small Arial, Helvetica, sans-serif;
	color:  Black;
	text-align: center;
}

p {
	font: small Arial, Helvetica, sans-serif;
	color: Black;
	text-align: justify;
}

ul {
font:  small Arial, Helvetica, sans-serif;
	color: Black;
	text-align: justify;	
}

a:link {
	color:  Red;
}

a:visited {
	color:  Gray;
}

a:active {
	color:  Teal;
}



