a:link
{
	color: rgb(0,0,255); text-decoration: none;
}
a:visited
{
	color: rgb(0,0,0); text-decoration: none; /* color: rgb(102,153,204); text-decoration: none; */
} 
a:active 
{
	color: rgb(102,102,102); text-decoration: none;
}
a:hover 
{
	color: rgb(0,0,255); text-decoration: underline;
}
body
{
	font-family: Verdana, Arial, Helvetica, Sans-serife;
	background-color: rgb(255,255,255);
	color: rgb(51,51,51);
}
p
{	
	font-family: Verdana, Arial, Helvetica, Sans-serife;
	font-size: 10pt; margin-top:0; margin-bottom:0; color: rgb(51,51,51);
}
ul
{
list-style-image: url(minipost.gif); font-size: 10pt;
}
ol
{
	font-size: 10pt;
}

table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
td
{
	font-family: Verdana, Arial, Helvetica, Sans-serife;
	font-size: 10pt; margin-top: 0; margin-bottom: 0; color: rgb(51,51,51);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, Sans-serife;
	margin-top:0; margin-bottom:0
}

h1
{
	color: rgb(102,153,204) ; 
}
h2
{
	color: rgb(102,153,0); <!-- green -->
}
h3
{
	color: rgb(204,153,51); <!-- yellow -->
}
h4
{
	font-size: 10pt;
	color: rgb(102,153,204); <!-- blue -->
}
h5
{
	color: rgb(102,153,0); <!-- green -->
}
h6
{
	color: rgb(204,153,51); <!-- yellow -->
}

<!--	color: rgb(102,153,204); blue -->
<!--	color: rgb(204,153,51); yellow -->
<!-- 	color: rgb(153,102,204); purple -->
<!--	color: rgb(102,153,0);  green -->
<!-- blue -->