/* $Id: style.css,v 1.2 2003/08/26 02:35:23 uckelman Exp $ */

body {
   background-color: white;
   color: black;
   font-family: serif;
   font-size: 100%;
   margin-left: 5%;
   margin-right: 5%;
}

h1 {
   font-weight: bold;
   font-size: 400%;
   font-style: italic;
   color: #2b63a2;
   margin-top: 0em;
   margin-bottom: 0em;
}

a.title:link, a.title:visited, a.title:hover, a.title:active, a.title:focus {
   color: #2b63a2;
   text-decoration: none; 
}

h1 + h2 { margin-top: 0em; }

h2 {
   font-weight: normal;
   font-size: 110%;
   background-color: #2b63a2;
   color: white;
   padding-left: 0.25em;
}

div.footer { font-size: 75%; }
