/* here goes all general text */
body {
  background-color	: #ffffdd;
  color			: black;
  text-align		: left;
  text-decoration	: none;
  font-size		: 12pt;
  font-weight		: normal;
  font-style		: normal;
/*
  font-family		: Verdana, Arial, Helvetica, sans-serif;
*/
}

/* will apply to a.link,a.visited,a.active,a.hover */
a {
  color			: #553322;
}

p.obs {
  color			: red;
  text-align		: left;
  text-decoration	: none;
  font-size		: 12pt;
  font-weight		: normal;
  font-style		: normal;
  padding		: 0px 0px 0px 0px;
  margin		: 0px 0px 0px 0px;
}

/* for everything within <p class="text"> */
p.text {
  color			: black;
  text-align		: left;
  text-decoration	: none;
  font-size		: 12pt;
  font-weight		: normal;
  font-style		: normal;
  padding		: 0px 0px 0px 0px;
  margin		: 0px 0px 0px 0px;
}

p.program {
  color			: black;
  text-align		: left;
  text-decoration	: none;
  font-size		: 16pt;
  font-weight		: normal;
  font-style		: normal;
  padding		: 0px 0px 0px 0px;
  margin		: 0px 0px 0px 0px;
}

h1 {
  color			: black;
  text-align		: center;
  text-decoration	: none;
  font-size		: 24pt;
  font-weight		: bold;
  font-style		: normal;
  padding		: 0px 0px 0px 0px;
  margin		: 0px 0px 0px 0px;
}

h2 {
  color			: black;
  text-align		: left;
  text-decoration	: none;
  font-size		: 20pt;
  font-weight		: bold;
  font-style		: normal;
  padding		: 0px 0px 0px 0px;
  margin		: 0px 0px 0px 0px;
}

h3 {
  color			: black;
  text-align		: left;
  text-decoration	: none;
  font-size		: 16pt;
  font-weight		: normal;
  font-style		: normal;
  padding		: 0px 0px 0px 0px;
  margin		: 0px 0px 0px 0px;
}

h4 {
  color			: black;
  text-align		: left;
  text-decoration	: none;
  font-size		: 12pt;
  font-weight		: bold;
  font-style		: normal;
  padding		: 0px 0px 0px 0px;
  margin		: 0px 0px 0px 0px;
}

h5 {
  color			: black;
  text-align		: left;
  text-decoration	: none;
  font-size		: 12pt;
  font-weight		: normal;
  font-style		: italic;
  padding		: 0px 0px 0px 0px;
  margin		: 0px 0px 0px 0px;
}

td.menu {
  background-color	: #eeeecc;
  width			: 100px;
  white-space		: nowrap;
}

td.menu_alt {
  background-color	: #f8f8cc;
  width			: 100px;
  white-space		: nowrap;
}

td.data {
  background-color	: #ffffdd;
}

tr.head {
  background-color	: #eeeecc;
}


