a 
{
  text-decoration: none;
}

a:link
{
	color: #003399; 
}
a:visited
{
	color: #000080; 
} 
a:active 
{
	color: #800080;

}

a:hover
{
    color: #800000; text-decoration: underline
}


body
{
	background-color: #FFEFCE;
	font-family: Arial;
	color: #000000;font-size:10pt;
	
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: rgb(102,0,0);font-size:36px;
}
h2
{
	color: rgb(153,102,0);font-size:36px;
}
h3
{
	color: rgb(204,51,0);font-size:24px;
}
h4
{
	color: rgb(102,0,0);font-size:24px;
}
h5
{
	color: rgb(204,51,51);font-size:18px;
}
h6
{
 	color: rgb(204,51,51);font-size:12px;
}
