body {
  background-color : #32CD33;
  margin : 10px;
  text-align : center;}
  
a:link, a:active, a:visited, a:hover {
  color: #000000; text-decoration:none; 
}

p {
  font : normal 9pt trebuchet ms;
  color : #000000;
  text-align : justify;
  margin : 10px 10px;
}

p.two {
  font : normal bold 9pt trebuchet ms;
  color : #ffffff;
  text-align : center;
  margin : 2px;
}

p.three {
  font : normal 9pt trebuchet ms;
  color : #000000;
  text-align : justify;
  margin: 0px 10px 10px 10px;
}

li {
  margin: 2px 10px;
  text-align: left;
  font : normal 9pt trebuchet ms;
}


/* DROPDOWN MENU START */

#dropmenudiv {
  position:absolute;
  border: 2px solid #ffffff;
  border-bottom-width: 0;
  font: 12px Trebuchet MS;
  color: #000000;
  line-height:18px;
  z-index:100;
}

#dropmenudiv a {
  width: 170px;
  display: block;
  border-bottom: 2px solid #ffffff;
  padding: 3px 3px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  background-color: #FED738
}

#dropmenudiv a:hover {
  background-color: #FFE17C;
}

/* DROPDOWN MENU END */

/* HEADINGS */
h1 {
  font: normal bold 15pt trebuchet ms;
  text-align : left;
  margin: 0px 10px;
}

h2 {
  font: normal bold 13pt trebuchet ms;
  text-align: left;
  margin: 0px 10px;
}

h3 {
  font: normal bold 11pt trebuchet ms;
  text-align: left;
  margin: 0px 10px;
}

h4 {
  font: normal bold 10pt trebuchet ms;
  text-align: left;
  margin: 0px 10px;
}

/* COLORS */

.red { color : red }

.white {
  border: 1px solid #ffffff;
}