a:link {
  color: #FF6633;
}

a:visited {
  color: #FF6633;
}

a:active {
  color: #FF6633;
}

a:hover {
  color: #98CB33;
  text-decoration: underline
}

a,menu {
  color: #FF6633;
  text-decoration: none
}


a.menu:link {
  color: #FF6633;
  text-decoration: none
}

a.menu:visited {
  color: #FF6633;
  text-decoration: none
}

a.menu:active {
  color: #FF6633;
  text-decoration: none
}

a.menu:hover {
  color: #98CB33;
  text-decoration: underline;
  font-weight: bold
}

b, h2, h1 {
  color: #FF6633;
}

h3 {
  color: #98CB33;
}

body {
  font-family: "MS Sans Serif", sans-serif, Arial;
  color: White;
  font-size: 9pt
}
