a:link
{
	color: teal; 
}
a:visited
{
	color: navy; 
} 
a:active 
{
	color: teal;
}
a:hover
{
	color:navy;
}

body
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F9FC;
	color: #8B0000;
	font size: 14 px;
}

ul, li

{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F9FC;
	color: #8B0000;
	font size: 14 px;

}

table
{
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9F9FC;
	color: #8B0000;
	font size: 14 px;
}	


h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8B0000;
}
h1
{
	color: #8B0000;
	}
h2
{
	color: #8B0000;
}
h3
{
	color: #8B0000;
}
h4
{
	color: #8B0000;
}
h5
{
	color: #8B0000;
}
h6
{
	color: #8B0000;
}
