BODY
   {
   background-color:#F2E1A4;

   color:#6C441C;
   font-family:arial, sans-serif;
   }

.subtitle
   {
   font-family:"times new roman", times, serif;
   font-weight: bold;
   font-size: 18pt;
   }

.title
   {
   font-family:"times new roman", times, serif;
   font-weight: bold;
   font-size: 25pt;
   }

.caption
   {
   font-family:arial, sans-serif;
   font-weight: bold;
   font-size: 18pt;
   }

.author
   {
   font-weight: bold;
   font-size: 14pt;
   }

.subcaption
   {
   font-weight: bold;
   font-size: 14pt;
   }

.indented
   {
   padding-left: 25px;
   }


TABLE
   {
   border-width:0;
   }

H1
   {
   text-decoration: underline;
   }


a:link
   {
   color:#C91111;
   text-decoration:underline;
   }
a:visited
   {
   color:#E50F0F;
   }
a:active
   {
   color:#E50F0F;
   }
a:hover
   {
   color:#FF0000;
   text-decoration: underline;
   font-weight: bold;
   }
  

IMG
   {
   border:0;
   }

IMG.nav
   {
   width: 180px;
   height: 46px;
   }


DIV.rightfloat
   {
   float="right";
   margin=10px;
   }