body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Impact, sans-serif, Arial, Helvetica;
	font-size: 48px;
	font-weight: bolder;
	color: #000000;

}
h2 {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}

h3 {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}

p {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
p.links{ 	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FF0000;
	text-align: center;
}

a:link {
	color:#0000FF;
}
a:visited {
	color:#0000FF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline; color: #000000;}
}

