<style>
<!--
BODY	    {
	background-color: #dcffff;
	font-family: verdana,arial,helvetica;
  font-size:12px;
  color:#000099;
}

P, TR, TD, H1, H2, H3, H4, H5, UL, LI, BLOCKQUOTE	{
  font-family: verdana,arial,helvetica;
  font-size:12px;
  color:#000099;
}


H1	{
  font-size:18px;
	font-weight : bold;
}

H2	{
  font-size:16px;
  font-weight: bold;
}
H3	{
  font-size:14px;
  font-weight: bold;
}
H4	{
  font-size:12px;
  font-weight: bold;
}

H5, H6	{
  font-size:11px;
  font-weight: bold;
}

A   {font-family: verdana,arial,helvetica;
  font-weight: bold;
  text-decoration:none;
	color: #990066;
}

a:visited {
  text-decoration:none;
  color: #906;
  font-weight: bold;
}


a:hover { 
  text-decoration: none;
  color: white;
  background-color: #906;
  font-weight: bold;
}

a:active {
  text-decoration:none;
  color: white;
  background-color: #906;
  font-weight: bold;
}
a:focus {
  text-decoration:none;
  color: white;
  background-color: #906;
  font-weight: bold;
}


//-->		
</style>