#Menu a:link
{
    color: #000000;
    text-decoration: none;
  font-size: 0.8em;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

#Menu a:active
{
  color: #000000;
    text-decoration: none;
}

#Menu a:visited
{
  color: #000000;
  text-decoration: none;
}

#Menu a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}