body {
  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px;
  margin: 10px;
}

td {
  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px;
}

th {
  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px;
}

A { text-decoration: none; color: #535488 }

h1 {margin-top: 0px; margin-bottom: 5px; font-size: 20px; }
h2 {margin-top: 0px; margin-bottom: 5px; font-size: 18px; }

#wrap { text-align: center; padding: 5px; }
#header { display: none }
#top { display: none }
#btm { display: none }
#main { text-align: left; }
#lcol { display: none }
#content { text-align: justify; }
#footer { display: none; }
#copyright { text-align: center; font-size: small; }

.blue  { color: #206DA1; }
.lblue { color: #DCE0F5; }
.dblue { color: #535488; }
.lgreen { color: #ADCFC7; }

.smalltext { font-size: small; }
.h1 { font-size: 20px; font-weight: bold; }
.h2 { font-size: 18px; }

.author { font-style: italic; }
.booktitle { font-style: italic; }

/* these floating boxes are NOT shown in print */
.lfloat { display: none; }
.rfloat { display: none; }
.lquoteblue { display: none; }
.lquotedblue { display: none; }
.lquotegold { display: none; }
.rquoteblue { display: none; }
.rquotedblue { display: none; }
.rquotegold { display: none; }
/* the following floating boxes are SHOWN in print */
.lfloat2 { float: left; margin-right: 10px; }
.rfloat2 { float: right; margin-left: 10px; }

