  A.menu {
color: #FFFFFF;
font-size: 12pt;
text-decoration:none; 
font-family: Times New Roman; font-weight:bold; 
}

a:visited.menu{
color: #FFFFFF;
font-size: 12pt;
text-decoration:none; 
font-family: Times New Roman; font-weight:bold; 
}

a:active.menu{
color: #FFFFFF;
font-size: 12pt;
text-decoration:none; 
font-family: Times New Roman; font-weight:bold; 
}

a:link.menu{
color: #FFFFFF;
font-size: 12pt;
text-decoration:none; 
font-family: Times New Roman; font-weight:bold; 
}

a:hover.menu{
color:#FFFFFF;
font-size: 12pt;
text-decoration: underline; 
font-family: Times New Roman; font-weight:bold;
}

a.web	{
  color: black;
  font-weight:bold;
  text-decoration:none;
  font-size:8pt;
 }
 
a:visited.web	{
  color: black;
  font-weight:bold;
  text-decoration:none;
  font-size:8pt;
 }

a:active.web {
  color: black;
text-decoration:none;
  font-weight:bold;
  font-size:8pt;
}

p.web	{
  color: black;
  text-decoration:none;
  font-weight:bold;
  font-size:8pt;
  
 }

a:hover.web	{
  color: #FF0000;
  text-decoration:none;
  font-weight:bold;
  font-size:8pt;
  }  