

body {
  color: #C0F;
  background-color: #E8E8E8;
  font-family: sans-serif, verdana;
  font-size: 12pt;
  margin: 20px;
  }

a:link {
  color: #DDA0DD;
  background-color: transparent;
  text-decoration: none;
  }

#h1 {
  position: absolute;
  font-weight: bold;
  font-family: Mistral;
  font-size: 72pt;
  text-align: left;
  top: 75px;
  left: 330px;
  }



#navmenu {
  position: absolute;
  left: 50px;
  top: 250px;
  border: 4px white;
  
  }
#navmenu2 {
  position: absolute;
  left: 100px;
  top: 600px;
  
  }

#content {
  position: absolute;
  top: 250px;
  left: 200px;
  bottom: 90px;
  
  }

#navmenu a {
  display: block;
  border: 3px white;
  border-style: solid;
  border-color: white;
  width: 100px;
  margin-bottom: 4px;
  }

p {
  text-indent: 45px;
  font-size: 12pt;
  
}







.center {
  text-align: center;
  }


a:visited {
  color: 8B7B8B;
  background-color: transparent;
  text-decoration: none;
	}


a:hover {
  color: white;
  text-decoration: none;
	}





