body {
  background-color: white;
}

body,td {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 13px;
  color: black;
}

.small {
  font-size: 11px;
}

.big {
  font-size: 16px;
  font-weight: bold;

}

a {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
}

a:hover {
  color: #FF9900;
  text-decoration: none;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #ff6600;
  margin: 0px;
}

h2 {
  font-size: 13px;
  font-weight: bold;
  color: #ff6600;
  margin: 0px;
}

a.menu {
  font-size: 11px;
  color: white;
  text-decoration: none;
}

a.menu:active {
  color: white;
}

a.menu:visited {
  color: white;
}

a.menu:hover {
  color: #ff6600;
  text-decoration: none;
}

a.selected {
  font-size: 11px;
  color: #FF9900;
  text-decoration: none;
}

a.selected:visited {
  color: #FF9900;
}

a.selected:hover {
  color: #ff6600;
  text-decoration: none;
}

.quote {
  font-style: italic;
  color: #ff6600;
}

