p.menue
{
  font-family: arial, verdana, sans-serif;
  font-size: 100%;
  line-height: 120%;
}
a.menulink
{
  border: gray solid thin;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  }
a.menulink:hover
{
  background-color: #CCCCCC ;
  color: #000000;
}
a.leer
{
  border: gray solid thin;
  color: #FF0000;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  }
a.leer:hover
{
  background-color: #FF0000 ;
  color: #000000;
}

