body
{
	font-family: 'Times New Roman' , Verdana, Sans-Serif;
}

h2, h3, h4
{
	color: white;
}

/*
These color rules need to coincide with body attributes to work in NN4

*/
a, a:link
{
	color: #fffaf0;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #fffaf0;
}

a:hover
{
	background-color: #fffaf0;
	color: Black;
}
TABLE
{
	color: White;
	font-size:14px;
	text-align:center;
}
