body {
  font-family: "Trebuchet MS";
}

body.icon {
  background-color: rgb(130,23,27);
  margin: 0px;
  border-bottom: 16px solid white;
  border-right: 16px solid white;
}

body.title {
  background-color: rgb(151,26,30);
  margin: 0px;
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 55px;
  border-bottom: 16px solid white;
}

#title {
  position: relative;
  top: 9px;
  font-size: 24pt;
  color: white;
}

.underline {
  border-bottom: 2px solid white;
}

body.menu {
  background-color: rgb(151,26,30);
  margin: 0px;
  padding-top: 10px;
  padding-left: 5px;
  border-right: 16px solid white;
  font-size: 10pt;
}

body.menu a {
  text-decoration: none;
  color: white;
}

td.button {
  height: 24px;
  padding-left: 10px;
  background-repeat: no-repeat;
}

body.main {
  background-color: rgb(218,33,39);
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 140px;
  font-family: "Georgia";
  font-size: 12pt;
  color: white;
}

a {
  color: black;
}

.row0 {
  background-color: rgb(205,210,245);
}

.row1 {
  background-color: rgb(230,230,255);
}

