a:link
{
        text-decoration: underline;
}
a:visited
{
        text-decoration: undeline;
} 
a:hover
{
        text-decoration: underline;
}
a:active 
{
        text-decoration: none;
        color: rgb(102,0,204)
}
body
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(0,0,0);
}

table,td,th,tr
{ font-family: Tahoma, verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: 0,0,153; }


h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(0,0,153);
}
h2
{
	color: rgb(0,0,153); 
}
h3
{
	color: rgb(0,0,153); 
}
h4
{
	color: rgb(0,0,153);
}
h5
{
	color: rgb(0,0,153);
}
h6
{
	color: rgb(0,0,153);
}
