.menu {
  font-family: "Trebuchet MS"; 
  font-size: small; 
  font-style: normal; 
  font-weight: bold; 
  color: #5F1F5F; 
  text-align: left; 
  padding-left: 10px
  }
  
.menulink {
  font-family: "Trebuchet MS"; 
  font-size: small; 
  font-style: normal; 
  font-weight: bold; 
  color: #0000FF; 
  text-align: left; 
  text-indent: 10px
  }

.smalltext {
  font-size: smaller;
  text-indent: 10px
  }
  
.li1 {
  font-family: "Trebuchet MS"; 
  font-size: medium; 
  list-style-type: circle
  }

.head1 {
  font-size:60pt;
  mso-bidi-font-size:36pt;
  font-family:"Californian FB";
  text-align:center;
  font-style:italic;
  color:#862DB0;
  font-weight:bold
  }
  
.head2 {
  font-size:large;
  font-family:"Californian FB";
  text-align:center;
  color:#862DB0;
  font-weight:bold
  }
  
.head3 {
  font-size:medium;
  font-family:"Californian FB";
  text-align:center;
  color:#862DB0;
  font-weight:bold
  }
  
body {
	position: relative; margin: 0; padding: 0;
	}
div#content {margin: 1em 0em 2em 0em; padding: 10px;
   font-family: "Trebuchet MS", sans-serif;}
div#content p {padding: 0; line-height: 1.3;}

div#content a:link {color: blue;}
div#content a:visited {color: purple;}
div#content a:link:hover {color: red;}
div#content a:visited:hover {color: maroon;}

body {
  background: white;
  background-image:url("images/purple_bg.jpg")
  }

