a:link, a:visited, a:active
{
	color: cyan;
}

a:hover, a:visited:hover, a:active:hover
{
	color: red;
}

body
{
	font-family: Arial, Century Gothic, Helvetica; 
	background-color: #11318f;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

table
{
	background color: black;	
}

td
{
	font-family: Arial, Century Gothic, Helvetica;
	color: white;
}

p
{
	margin: 1em
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Century Gothic, Helvetica;
	color: white;
}