<style>


A:link {
	font:8pt verdana; 
        color:blue; 
        TEXT-DECORATION:none;
}
A:visited {
	font:8pt verdana; 
        color:maroon; 
        TEXT-DECORATION:none;
}
A:active {
	font:8pt verdana; 
        color:Gray; 
        TEXT-DECORATION:none;
}
A:hover {
	font:8pt verdana; 
        COLOR: Gray; 
        TEXT-DECORATION:Underline;
}

body
{
	background-color:Ivory;
        margin-top: ;
        margin-left:10;
        margin-right:10;
	color: Gray;
	font-family: verdana;
	font-size: 11px;
        
}


h2
{ 
	font-family: verdana; 
	color: #4e4e4e; 
	font-size: 14pt; 
}

h3
{ 
	font-family: verdana; 
	color: #4e4e4e; 
	font-size: 10pt; 
}


td
{ 
	font-family: verdana; 
	color: #237B23; 
	font-size: 8pt; 
}


h1
{ 
	font-family: verdana; 
	color: black; 
	font-size: 15pt; 
}

th
{ 
	font-family: verdana; 
	color: Gray; 
	font-size: 9pt; 
}


</style>