

body{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
  background: white url('../Images/BGtext.jpg') repeat;
  margin-top: 0px;
}

p{
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  color: black;
  padding: 2px 3px 2px 3px;
}


@media only screen and (max-width: 1000px) {
  p{
    font-size: 1.5em;
  }
}

h1{
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman";
  font-size: 8vw;
  font-style: italic;
  text-align: center;
  color: maroon;
}

h2{
 font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: maroon;
}

h3{
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 8em;
  text-align: left;
  color: purple;
}

h4{
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: .8em;
  text-align: left;
  line-height: 0.8;
  color: purple;
  padding: 2px 0px 2px 5px;
}

.edit{
  float: right;
  font-family: arial, helvetica, sans-serif;

  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: black;
}

li{
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
  font-size: 2vw;
  font-weight: bold;
  color: black;
}


@media only screen and (max-width: 1000px) {
  li{
    font-size: 1.0em;
  }
}

fieldset {
  width: 90%;
  padding-left: 5px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
}

fieldset br {
  clear: left;
}