body {
	background-color: #ffffff;
    margin-left: 2em;
    margin-right: 2em;
	font-family: arial, helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #336600;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #999900;
}
div{
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  border-style: solid;
  border-width: thin;
  padding: .2em;
  background: #ffffcc;
}
div.navigate{
  width: 40%;
  text-align: center;
}
div.box{
  background-color: #ffffcc;
  margin-top: 1em;
  margin-right: .5em;
  text-align:left;
  float: left;
  font-family: arial, helvetica, sans-serif;
}
div a:hover {
	text-decoration: underline;
	color: #999900;
}
a:active {
	text-decoration: underline;
	color: #333300;
}
h1{
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  font-size: 140%;
  color: #333300;
  border-style: solid;
  border-width: thin;
  border-color: black;
  letter-spacing: .07em;
  background: rgb(204, 204, 153);
  width: 100%
}
h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 125%;
  font-style: italic;
  color: #333300;
  text-align: left;
}
h2.in{
  text-align: left;
  font-family: arial, helvetica, sans-serif;
}
h3{
  font-family: arial, helvetica, sans-serif;
  font-size: 110%;
  color: #333300;
  text-align: center;
}
em{
  font-family: arial, helvetica, sans-serif;
  vertical-align: middle;
  font-weight: bold;
  font-size: 120%
}
p{
  font-family: arial, helvetica, sans-serif;
  text-indent: 2em;
}
p.null{
  text-indent: 0em;
  padding-left: .2em;
  border-left: solid;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-color:  #336600;
  border-left-width: thin;  
}
ul{
  font-family: arial, helvetica, sans-serif;
}
li{
  font-family: arial, helvetica, sans-serif;
}
p.changed-right{
  padding-right: .2em;
  font-size: small;
  border-left: none;
  border-right: solid;
  border-bottom: none;
  border-top: none;
  border-color:  #336600;
  border-right-width: thin;
}
p.changed-left{
  padding-left: .2em;
  font-size: medium;
  border-left: solid;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-color:  #336600;
  border-left-width: thin;
}
p.sign{
  text-indent: 0em;
  font-size: 80%;
  text-align: right;
  color: #333300;
  font-weight: bold;
  font-style: italic;
  font-family: cursive, arial, helvetica;
  border-style: solid;
  border-width: thin;
  border-color: black;
  height: 1.5em;
  width: 100%;
  background: rgb(204, 204, 153);
  vertical-align: baseline;
  letter-spacing: .15em;
}
p.bar{
  text-indent: 0em;
  font-size: 70%;
  font-weight: bold;
  color: #333300;
  text-align: center;
  width: 100%;
  border-color: black; 
  border-width: thin;
  border-style: solid;
  height: 1.2em;
  background: rgb(204, 204, 153);
}
blockquote{
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  color: #336600;
  text-align: left;
}
td{
  font-family: arial, helvetica, sans-serif; 
  text-align: center;
  font-size: 80%;
}
table {
    text-align: center;
    font-size: 80%;
    background: white;
    border-width: .5em;
    border-color: #ffff99;
    width: 50%;
}
table.normal{
  background: white;
  border-width: .5em;
  border-color: #ffff99;
  width: 100%;
  vertical-align: middle;
}
td.normal{
  font-family: arial, helvetica, sans-serif;
  font-size: medium;
}
th{
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  background: rgb(204, 204, 153);
}
dd{
  font-family: arial, helvetica, sans-serif; 
}
hr{
  border-color: #333300;
  border-style: solid;
  border-width: thin;

}

