body {
   background-image: url(llanite01.gif)
}


.container { 
   text-align: center;
   width: 1000px;
   max-width:1000px;
   min-width:900px;
   margin: auto;
   background-image: url(background.jpg);
}

a: link {
   text-decoration: underline;
   color: blue;
}

a: hover { 
   text-decoration: underline;
   color: red;
}

a: visited {
   text-decoration: none;
 color: brown;
}


p, .formal {
margin-top: 20;
padding-right: 15px;
padding-left: 25px;
}

h1 {
   text-align: center;
   font-family: "Calligraph421 BT",
   "Times New Roman";
}

h1.formal {
   text-align: left; 
   font-family: "Calligraph421 BT",
   "Times New Roman";
}

h2 {
   text-align: center;
   font-family: "Calligraph421 BT",
   "Times New Roman";
}

h2.formal {
   text-align: left;  
   font-family: "Calligraph421 BT",
   "Times New Roman";
}

h3 {
   text-align: center;
   font-family: "Calligraph421 BT",
   "Times New Roman";
}

h3.formal {
   text-align: left;
   font-family: "Calligraph421 BT",
   "Times New Roman";
}

P {
   text-align: left;
   text-decoration:  none;
   font-size: 16pt;
   font-family: "Times New Roman";
}

p.formal {
   text-align: center;
   text-decoration:  none;
   font-size: 16pt;
   font-family: "Times New Roman";
}

p.easy {
   text-align: right;
   font-size: 16pt;
   font-family: "Times New Roman";
}

hr {
   align: center;
   width: 60%;
}

hr.small {
   align: left;
   width: 10%;
}

ul {
   list-style-type: disc;
}  

li {
   font-size: 16pt;
   text-align: left;
}

img {
   border-style: ridge;
   border-width: 10;
   border-color: darkgoldenrod;
}
