.leftcolumn{width: 45%;
	float: left;
	font-family: verdana;
	font-weight: 600;
	padding: 10px;
	padding-left: 2%;
	border:solid 1px #660000;
	}
.rightcolumn{width: 45%;
	float: right;
	font-family: verdana;
	font-weight: 600;
	padding: 10px;
	padding-left: 2%;
	border:solid 1px #660000;
	}
.tanback {background-color: #eee5ca;}
.smalltext{font-size: 80%}
.note {background-color: #ffffcc;
      font-weight: 500;
      margin-left: 5%;
      margin-right: 5%;
      border: 1px solid #660000;
      padding: 10px;
      }

h1 {
	color: #000000;
	font-size: 180%;
	font-weight: 800;
	border-color: #FF0066;
	border-width: none none thin none;
	border-bottom : 4px solid #996633;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	font-family: "Courier New", "Courier", "monospace";
}

h2 {color: #CC0000;
  font-size: 150%;
  text-align: center;
  font-weight: 700;
  border: solid 2px #996633;
  font-family: "Courier New", "Courier", "monospace";
  margin-left: 10%;
  margin-right: 10%;
  }

h3{color: #000000;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 3%;
  font-size: 130%;
  background-color: #ffcc99;
  font-weight: 700;
 	border-color: #996633;
	border-width: thick thin none none;
	border-top : 2px solid #996633;
	border-right : 1px solid #996633;
  font-family: "Courier New", "Courier", "monospace";
  }
  
h4{color: #000000;
  font-size: 120%;
  font-weight: 500;
  border-color: #FF0066;
  border-width: thin none none none;
  border-top: 2px solid #996633;
  margin-right: 30%;
  margin-left: 3%;
  font-family: "Arial", "Verdana", "Courier New", "Courier", "monospace";
  }
  
p {margin-left: 5%;
   margin-right: 5%;
   font-size: 100%;
   font-weight: 500;
   font-family: "Verdana", "Courier", "Monospace";
   }
   
th {background-color: #ffcc99}

li {font-size: 100%;
    font-family: "Verdana", "Courier", "Arial";
    font-weight: 550;
	margin-left: 5%;
    }
dl {margin-left: 10%;
	margin-right: 5%;
  }
dd{font-size: 100%;
	font-family: Arial;
	}
dt {font-weight: 700;
    color: #666633;
	background-color: #ffcc99;
	padding-left: 5px;
	margin-right: 5%;
    }
img {border-top-color: #cc9966;
	border-bottom-color: #996633;
	border-left-color:#cc9966;
	border-right-color: #996633;
	}