body {
   background-color: #B0B0B0;
	color: #0000aa;
/*	font-weight: bold;*/
  text-align: center;
	font-family: "Papyrus", sans-serif;
   font-size: medium; /* for compliant browsers */
   margin: 0 0 0 0;
   font-size: 120%;
}

* html>body {
   font-size: small; /* for IE5/Win */
   f\ont-size: medium; /* for other IE versions */
}

h1 {
   font-size: 150%;
}
h2 {
   font-size: 130%;
   margin-bottom: 0px;
}
h3 {
   font-size: 120%;
}
ul li {
   font-size: 90%;
}

p {}



dl dt {
   color: #333;
   padding-bottom: 5px;
   font-weight: bold;
}

dl dd {
   color: #333;
   padding-bottom: 20px;
}

table {width: 100%;
}

#menu{
	color: #C0C0C0;
	font-weight: bold;
    text-align: left;
	font-family: "Papyrus", sans-serif;
	font-size: 90%;
	margin-bottom: 10px;
	margin-top: 4px;
}

.missing {font-size: 120%;
      font-family: "CAC Futura Casual", "Garamond", "Times New Roman", serif;
      font-weight: 100;
      text-align: center;
      background: #ffffff url(graylet.gif);
}

#border1 {background-image: url(border.gif);
   background-repeat: repeat-x;
   background-position: top center;
   width: 90%;
   text-align: center;
   font-size: 100%;
}

#border2 {background-image: url(border1.gif);
   background-repeat: repeat-x;
   background-position: center top;
   font-size: 100%;
   width: 45%;
}

#author {
   display: block;
   font-size: 90%;
   text-align: right;
}


#footer {
   font-size: 75%;
   text-align: center;
}

.ital {
   font-style: italic;
}

.under {
   text-decoration: underline;
}
