

a {
  font-family: Harrington;
  font-size: 20px
}

a:link { 
	color: rgb(0,0,0);

	}
a:visited { 
	color: rgb(127,64,240);
	}
a:hover { 
	color: rgb(0,128,0);
	}
a:active { 
	color: rgb(0,128,0);
	}




div#demointro {
 
	font: italic 22px Amienne rgb(96,144,127);
  text-align: center; 
  background-color: rgb(192,240,255);
  padding: 20px;
  border: 3px solid rgb(144,16,127);
  width: 945 px;
  height: 230 px;
  margin-left: 20 px;
  margin-right: 20px;
  position: absolute;
  top: 300 px;

}  
  
div#soapdetails {

  font-family: Amienne;
  font-size: 18px;
  color: rgb(0,0,127);
  background-color: rgb(240,240,255);
  height: 650px;
  width: 855 px;
  border-top: 3px solid rgb(144,16,127);
  border-right: 3px solid rgb(144,16,127);
  border-bottom: 3px solid rgb(144,16,127);
  border-left: 0 px;
  margin-left: 110px;
  margin-right: 20px;
  padding: 20 px;
  position:absolute;
  top: 580 px;
}

div#soaptitle {

  font-family: Harrington;
  font-size: 50px;
  color: rgb(160,0,80);
  text-align:center;
  background-color: rgb(240,240,255);
  height: 650px;
  border-left: 3px solid rgb(144,16,127);
  border-bottom: 3px solid rgb(144,16,127);
  border-top: 3px solid rgb(144,16,127);
  border-right: 0px;
  margin-left: 20px;
  padding: 20px;
  position:absolute;
  top: 580 px;
  width: 90px;
  
}

div#herbtitle {

  font-family: Harrington;
  font-size: 50px;
  color: rgb(160,0,80);
  text-align: center;
  background-color: rgb(240,255,240);
  height: 475 px;
  border-left: 3px solid rgb(144,16,127);
  border-bottom: 3px solid rgb(144,16,127);
  border-top: 3px solid rgb(144,16,127);
  border-right: 0px;
  margin-left: 20px;
  padding: 20px;
  width: 90px;
  position: absolute;
  top: 1280 px;

}


div#herbdemo {

  font-family: Tempus Sans ITC;
  font-size: 18px;
  color: rgb(0,0,0);
  background-color: rgb(240,255,240);
  height: 450 px;
  border-top: 3px solid rgb(144,16,127);
  border-right: 3px solid rgb(144,16,127);
  border-bottom: 3px solid rgb(144,16,127);
  border-left: 0 px;
  margin-left: 110px;
  margin-right: 20px;
  padding: 20 px;
  position:absolute;
  width: 855 px;
  top: 1280 px;
}

div#footer {
  position:absolute;
  top: 1780 px;
  margin-left: 20 px;
}


