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

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

.centerCopy
{
	text-align: center;
}

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

p
{
	/*margin-left: 5%;*/
	/*margin-right: 5%;*/
}

h1
{
	text-align: center;
	font-family: Times, Times New Roman, serif;
	font-size: 24px;
	font-weight: bold;
}

h2
{
	text-align: center;
	font-family: Times, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	text-align: left;
	color: black;
	font-family: Times, Times New Roman, serif;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 0px;
}

.centered
{
	text-align: center;
}

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

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

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

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

ul {
	margin-left: 5%;
	margin-right: 15%;
}


