html, body
{
	font-family: Arial, Helvetica;
	color: #000000;
	font-size: 14px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #800000;
}
p { font-family: arial; }

a:link
{
	color: rgb(0,51,204); 
}

a:visited
{
	color: rgb(51,153,102); 
} 

a:hover 
{
	color: maroon;
}
a:active 
{
	color: rgb(255,153,0);
}

/*table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
*/
h1, h2, h3, h4, h5, h6
{
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica;
}

h1
{
	color: #191970;
	font-size: 18px;
}

h2
{
	color: navy; 
}

h3
{
	color: #006600;
	font-size: 16px; 
}

h4
{
	color: rgb(102,51,153);
}

h5
{
	color: #006600;
}

h6
{
	color: rgb(51,153,102);
}

table td p
{
	font-size: 12px;
}

.table table tr td p { font-size: 8pt; }

.times { font-family: 'times new roman'; font-size: 11pt;}

bonweb { font-size: 8pt; }
a.bonweb:link, a.bonweb:visited { font-size: 8pt; color: #000080; }
a.bonweb:hover { color: blue; text-decoration: none; }
a.bonweb:active { color: #FFC0CB; }