
body { font-family: Garamond, "Time New Roman", serif;
       margin-left: 3%; margin-right: 4%;
       color: black; background: #FFFFCC; }
h1         { font-size: 140%; font-weight: bold; }
h2         { font-size: 120%; font-weight: bold; }
h3         { font-size: 90%; font-weight: bold; }

/*p	   { font-size: 85%; } */


/* link colors */ 

a { font-size: 85%; }
a:link { color: #CC9933; text-decoration: none; font-weight: bold; }
a:visited { color: #990033; text-decoration: none; font-weight: bold; }
a:active { color: blue; text-decoration: none; font-weight: bold; }
a:hover { color: blue; text-decoration: none; font-weight: bold; }

/* table stuff */

tr.title { color: #990033;}
td { color: black; background: #FFFFCC; }

caption {text-align: center; font-size: 85%;}
tr.soaps {vertical-align: top;}
td.soaps {vertical-align: top;}

div.footer { text-align: center; font-size: -1; color: #CC9933; padding: 3pt; }
