<style>

BODY {}

BODY 
{
	background-color: #2F2F2F;
	font-family: Garamond;
	color: #000000;
}


h1
 {
 	text-align: center
 	font-family: Garamond;
	color: #000000;
	font-size: 14px;
 	
 }


p 
{
	text-align: justify;
}
td
{ 	
	font-family: Garamond 
}

th  { font-family: Garamond }



A:link 
{
	text-decoration: none;
	color: #3B3D41;	
	font-size: 14;
	font-weight: bold;
}

A:active 
{
	text-decoration: none;
	color: #394AD9;	
	font-size: 14;
	font-weight: bold;
	font-style: italic;
}

A:visited 
{
	text-decoration: none;
	color: #77797D;
	font-size: 14;
	font-weight: bold;
}

A:visited
{
	text-decoration: none;
	color: #77797D;
	font-size: 14;
	font-weight: bold;
}

A:hover
{
	text-decoration: none;
	color: #A60B0B;
	font-size: 14;
	font-weight: bold;
}

</style>