
a:link {FONT-SIZE: 8pt; FONT-FAMILY: Verdana; COLOR: blue; text-decoration: none}
a:visited {FONT-SIZE: 8pt; FONT-FAMILY: Verdana; COLOR: navy; text-decoration: none}
a:hover {FONT-SIZE: 8pt; FONT-FAMILY: Verdana; COLOR: red; text-decoration: none}
a:active {FONT-SIZE: 8pt; FONT-FAMILY: Verdana; COLOR: red; text-decoration: none}

body
{
	background-color: rgb(255,204,102); 
	font-family: Arial; 
	font-size: 8pt;
	font-color: navy;
	font-style: normal; 
	font-weight: normal; 
	margin: 0px 0px 0px 0px
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: navy); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(0,64,128);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}