BODY {
  font-family: Arial;
}

A {
  font-family: Arial;
  font-weight: bold;
}

A:hover {
  font-family: Arial;
  font-weight: bold;
  color: #00dd00;
}

.menu {
  font-family: Arial;
  font-size: x-small;
}

.edno {
  color: #003399;
}

.Popup {
  position: absolute;
  visibility: visible;
  important background-color: #FFFFff;
  width: 450px;
  font-family: Arial;
  important font-size: small;
  important font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: small;
  font-variant: normal;
  font-weight: normal;
  background-color: #BBE2FF;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-top: 1px #000000 solid;
  height: auto;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

.menupopup {
  position: absolute;
  visibility: visible;
  important background-color: #FFFFff;
  width: 250px;
  font-family: Arial;
  important font-size: small;
  important font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: small;
  font-variant: normal;
  font-weight: normal;
  background-color: #FDCEE0;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-top: 1px #000000 solid;
  height: 35px;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}


.menu {
  font-size: small;
}

.menu a {
  text-decoration: none;
  font-weight: normal;
  
}

.menu a:hover {
  font-weight: normal;
}

.menu a:visited {
  color: blue;
}

.menu a:hover {
  color: #00dd00;
}

