
body, td
{
  font-family: Arial;
  font-size: 12px;
}

a
{
color: 5DB016;
text-decoration: none;
}

a:hover
{
color: FF0000;
text-decoration: underline;
}


hr
{
 height: 1;
 color: #5DB016;
}

.menu
{
  color: #ffffff;
  text-decoration: none;
}

.menu:hover
{
  color: #FF0000;
  background: #ffffff;
  text-decoration: none;

}


