A:link {text-decoration: none; color: #333399;}
  A:visited {text-decoration: none; color: #333399;}
  A:active {text-decoration: none; color:#333399;}
  A:hover {text-decoration: underline; color: #333399;}


  body {  color: #000000; 
  	   	  background: #FFFF99; 
		  background-image: url(../graphics/backgrnd.jpg);
       }

#columnleft {
	float: left;
	width: 155px;
	margin-left: 10px;
	position: fixed;
	text-align: center;
}

#columnright {
	margin-left: 155px;
}

p  {margin-left: 5%;
      margin-right: 5%;
      font-size: 110%;
      text-align: justify;
      line-height: 1.5;
     }
	 
.ps  {
	  font-size: 75%;
	margin-right: 10px;
	text-align: center;
}

	
  h1 { font-family: "BlackChancery", cursive, serif;
      text-align: center;
      margin-left: 5%;
      margin-right: 5%;
     }    

  h2 {font-family: "BlackChancery", cursive, serif;
      margin-left: 5%;
      margin-right: 5%;
      text-align: left;
      text-decoration: underline;
     }

  h3  {margin-left: 10%;
      margin-right: 10%;
	  line-height: .75;
      text-align: justify;
     }
	 
  ul {margin-left: 10%;
  	  margin-right: 10%;
	  font-size: 110%;
	list-style-type: circle;
	line-height: 1.3;
}