
body {
   background-image:url("parchment.gif");
   background-repeat:repeat;
}
   
h1 {
   color:sienna;
   text-align:center;
}

h2 {
   font-family:Verdana, sans-serif;
   font-variant:small-caps;
   font-size:80%;
   color:sienna;
   text-align:center;
   text-transform:uppercase;
}

/* test style */
h3 {
   position: absolute;
   top: 100px;
   left: 200px;
}

A 		{ color: #999966; text-decoration: none; font-weight:bold; } 
A:link		{ 
	color: #999966; 
	text-decoration: none; 
} 
A:visited	{ color: #999966; text-decoration: none; } 
A:active	{ color: #99CC66;  } 
A:hover		{ 
	background-color: #ccff99;
}

div.body {
   padding:20px;
   border: 2px dotted black;
   background-color:#ffe;
   margin:0 30 0 30;
}

div.text-block {
   margin-top:300;
}

p {
   margin-left:5%;
   margin-right:5%;
   text-align:justify;
   color:black;
}

p.first {
}
p.indentFirst {
   text-indent:30px;
}

p.copyright {
   color:brown;
   text-align:center;
}

/* styles for thumbnail moasics */
   div.image-list {
      background: wheat;
      float:left;
      width:120px;
      margin: 0 0 15px 20px;
      padding: 15px;
      border:1px solid black;
   }

   div.image-list p {
      text-align:center;
   }

   div.image-container {
      border: 2px dashed #333;
      background-color: #ffe;
      margin: 20 20 20 20;
   }

   div.spacer {
      clear: both;
   }

