/*
	This is the style sheet for black on white pages...
*/

body
{
	background-color: black;
	color: white;
	font-size: 14px;
	font-family: Times, Times New Roman, serif;
	margin: 0px;
}

.bigHeader
{
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: text-top;
}

h1
{
	font-size: 20px;
	text-align: center;
}

.centerCopy
{
	text-align: center;
}

.blackHeaderTable
{
	width: 100%;
	background-color: black;
}

.smallWhiteText
{
	font-size: 12px;
	color: white;
}

p
{
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
}



a:link
{
	color: #9999ff;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #999999;
}

a:active
{
	color: #9999ff;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}
