<style type="text/css">

a.mainNav:link
{
  /* Applies to unvisited links of class mainNav */
  text-decoration:	none;
  font-weight:		bold;
  font-size:		95%;
  color:				#666666;
  } 
a.mainNav:visited	{
  /* Applies to visited links of class mainNav */
  text-decoration:	none;
  font-weight:		bold;
  font-size:		95%;
  color:				#666666;
  } 
a.mainNav:hover	{
  /* Applies to links under the pointer of class mainNav */
  text-decoration:	underline;
  font-weight:		bold;
  font-size:		95%;
  color:				red;
  } 
a.mainNav:active	{
  /* Applies to activated links of class mainNav */
  text-decoration:	none;
  font-weight:		bold;
  font-size:		95%;
  color:				#666666;

a.detNav:link
{
  /* Applies to unvisited links of class detNav */
  font-family:		arial;
  text-decoration:	none;
  font-weight:		bold;
  font-size:		95%;
  color:				#202020;
  } 
a.detNav:visited	{
  /* Applies to visited links of class detNav */
  text-decoration:	none;
  font-weight:		bold;
  font-size:		95%;
  color:				#666666;
  } 
a.detNav:hover	{
  /* Applies to links under the pointer of class detNav */
  text-decoration:	underline;
  font-weight:		bold;
  font-size:		95%;
  color:				red;
  } 
a.detNav:active	{
  /* Applies to activated links of class detNav */
  text-decoration:	none;
  font-weight:		bold;
  font-size:		95%;
  color:				#202020;
  } 
 
</style>
