body {
   background-color: #939852;
   font-family: BaaBookHmkBold, Georgia, "Times New Roman", Times, serif;
   font-size: 14pt;
   font-weight: bold;
   text-align: center;
   margin-top: 10px; 
   margin-bottom: 25px;
   margin-left: 25px; 
   margin-right: 25px;
}
.selecter {
   font-size: 12pt; 
   font-weight: bold; 
   text-align: center; 
   background-color: #B5B97D;
}

a:link { color: #000;}
a:hover {color: #dc143c; text-decoration: none;}

a.aClass { color: #000; text-decoration: none}
a.aClass:hover { color: #dc143c; }

a.h1Class { color: #dc143c; font-size: 175%; margin-bottom: 0px; }
a.h1Class:hover { color: #ffff00; }

a.h2Class { color: #ffff00; font-size: 150%; margin-top: 3px; }
a.h1Class:hover { color: #dc143c; }

.centeredQuilt {
   text-align:center;
}

.emphatic {
   font-size: 125%;
   font-style: italic;
}
.emphatic2 {
   font-style: normal;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
p#cleared {
   clear: both;
}






