table.one
{
	color: black;
	background: white;
}

table.two
{
	color: white;
	background: black;
}


table.three
{
	color: white;
	background: #223F9F;
}

table.four
{
	color: black;
	background: #FDFFDC;
}

p.one
{
	color: black;
	font-family: sans-serif;
	font-size: 12pt;
}

td.two
{
	color: white;
	background-color: black;
}


p.copyright 
{
	font-size:8pt;
	color: #C1C1C1;
}


div.content
{
	position: absolute;
	color: black;
	background-color: white;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width: 800px;
	height: auto;
	overflow: visible;
	left: 50%;
	margin-left: -400px;
	top: 10px;
}

a.one:link {color: red;}
a.one:visited {color: red;}
a.one:hover {color: yellow;}

a.two:link {color: #FFEAAA;}
a.two:visited {color: #FFEAAA;}
a.two:hover {color: #FF9A75;}