
body { background-color:#000000; }

h1,h2,h3,h4,p,ul,ol,li,div,table,td,th,address,blockquote,nobr,b,i,em
  {
    font-family:Arial,sans-serif;
    color:#E0E0E8;
    background-color:#000008;
    /* font-size:15px; */
    font-size:100%;
    line-height:130%;
    vertical-align:top;
  }

.Head { font-size:300%; /* 45px */
        font-weight:bolder;
        padding-top:40px;
        padding-bottom:40px;
        border-top:solid medium #404045;
        border-bottom:solid medium #404045;
        text-align:center;
        margin-top:40px;
        margin-bottom:50px;
        background-color:#606065;
      }

.Foot { font-size:66%; /* 10px */
        font-weight:normal;
        font-style:italic;
        line-height:100%;
        vertical-align:middle;
        padding-top:10px;
        padding-bottom:10px;
        padding-right:1%;
        border-top:solid medium #404045;
        border-bottom:solid medium #404045;
        text-align:right;
        line-height:100%;
        margin-top:40px;
        margin-bottom:10px;
        background-color:#606065;
      }

h1 { font-size:200%; /* 30px; */ font-weight:bold; margin-bottom:20px; }

h2 { font-size:166%; /* 25px; */ font-weight:bold; margin-bottom:17px; }

h3 { font-size:133%; /* 20px; */ font-weight:bold; margin-bottom:13px; }


.Quote { font-family:monospace;
         font-size:100%;
         white-space:nowrap;
       }

a:link { color:#0044FF; text-decoration:underline; }

a:visited { color:#002288; text-decoration:underline; }

a:active { color:#FFFFFF; text-decoration:underline; }

a:hover { color:#FF3333; text-decoration:underline; }

a:focus { color:#FF3333; text-decoration:underline; }

.It { font-style:italic; }

.Bold { font-weight:bold; }
