body {
  margin: 0px;
  background: #ffffff;
  color: #ffffff;
  FONT-FAMILY: Verdana, Helvetica, Arial;
  FONT-SIZE: 11px;
}

.username {
  FONT-FAMILY: Verdana, Helvetica, Arial;
  font-size: 13px;
  color: yellow;
  font-weight: bold;
  padding: 5px 5px 6px 5px;
}

.gt1 {
  font-size: 10px;
}

.menu A {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  background: #3568CC;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
}

.menu A:hover {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #A1C6EB;
  padding: 2px 4px 2px 4px;
  background: #3484D7;
  cursor: pointer;
}