body { background: white; width: 800px; color: black; margin: 5% auto;
       font: normal 16px "arial"; text-align: justify; }

hr { text-align: center; width: 400px; }
h1 { color: navy; text-align: center; font: bold 4em "Comic sans ms", Arial, sans; }
h2 { color: navy; text-align: center;  font: bold 3.5em  "Comic sans ms", Arial, sans; }
h3 { color: green; text-align: left; font: bold 3em  "Comic sans ms", Arial, sans; }
h4 { color: green; text-align: left; font: bold 2.5em  "Comic sans ms", Arial, sans; }
h5 { color: darkolivegreen; text-align: left; font: bold 2em  "Comic sans ms", Arial, sans; }

.subTitle { font: normal 1em "Comic sans ms", Arial, sans; margin-top: -4em; text-align: center;}

a:link { color: crimson; background: transparent; text-decoration: none; }
a:visited { color: mediumblue; background: transparent; text-decoration: none; }
a:active { color: green; background: mintcream; text-decoration: none; }
a:hOver { }

TD { font-family: arial; font-size: 10pt; text-align: justify; }

#menuBlock{ display: block; width: 200px; background: wheat;
            padding: 20px 40px; margin: 60px auto; text-align: center;
            border-radius: 20px; border: solid 1px maroon;
            box-shadow: 3px 3px 3px black;  }


.noBullet { list-style-type: none; width: 80%; }
#imgBox { margin: 80px auto 0px; width: 80%; text-align: center; }
.imgLegend { color: darkgreen; font-family: verdana; font-size: 10pt; text-align: center; margin: -10px 0px; padding: 7px; }
.note { font-size: 11pt; color: crimson; background: wheat; padding: 20px; }

.left { text-align: left }
.rght, .right { text-align: center; }
.cntr, .center { text-align: center; }
.just { text-align: justify}

.w50 { width: 50px; }

.lCol { text-align: center; width: 100px; float: left; }
.rCol { text-align: justify; float: right; width: 400px; padding: 50px60px0px40px; }
.lCell { width: 200px; text-align: center; height: 120px; }

.dropcap:first-letter { font: normal 60px verdana,serif; float: left;
                      margin: -10px 6px 0 0; color: burlywood;  }
