body        {font-family: "Times New Roman", Times, serif;
             margin: 0px 0px 0px 0px;
             background-color: rgb(150, 0, 0);
            }

#wholebody  {color: black;
             margin-top: 50px;
             margin-bottom: 50px;
             margin-right: auto;
             margin-left: auto;
             width: 900px;
            } 

#header       {position: relative;
               width: 900px;
               height: 100px;
              }

#header img   {border: 1px solid black;
               height: 100px;
               width: 898px;
              }

#header h2    {font-weight: bold; 
               font-style: italic;
               color: black;
               letter-spacing: 0.4em;
               line-height: 75%;
               margin-left: 105px;
               text-align: left;}

#header h3    {font-weight: bold;
               font-style: italic;
               color: blue; 
               font-size: 16pt;
               letter-spacing: 0.2em;
               line-height: 50%;
               margin-left: 105px;
               text-align: left;}

#navbar       {font-family: Arial, serif;
               font-size: 10pt;
               font-weight: bold;
               position: relative;
               margin: 0px;
               width: 900px;
               height: 20px;
               list-style-type: none;
               background: #fff;
              }

#navbar a     {font-weight: bold;
               display: inline;
               padding: .2em 1em;
               text-decoration: none;
               color: silver;
               background: #fff;
               border-right: 1px solid silver;
               float: left;
              }

#navbar a:hover {color: #f00;
                 background: #fff;}


#ctrCol     {position: relative;
             background-color: white;
             width: 700px;
             margin: 0px;
             padding-top: 1px;
             padding-right: 100px;
             padding-left: 100px;
             padding-bottom: 20px;
            }

#ctrCol span.ans {font-weight: bold;}

#ctrCol a.topp {font-size: 8pt;}

#ctrCol img.trk {border: 0;
                 margin: 5px;
                 height: 59px;
                 width: 100px;
                 vertical-align: middle;
                }

#ctrCol img.imgctr {border: 0;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                   }

#ctrCol img.imgleft  {border: 0;
                      float: left;
                      margin: 0px 20px 0px 0px;
                     }

#ctrCol p.textctr  {text-align: center;}

#ctrCol p.textright  {text-align: right;}

#ctrCol table.tabm {width: 700px;
                    margin-left: auto;
                    margin-right: auto;
                   }

#ctrCol table.tabd {border: 5px solid maroon;
                    width: 300px;
                    border-collapse: collapse;
                    text-align: center;
                    margin-left: auto;
                    margin-right: auto;
                   }

#ctrCol table.tabd td, th {border: 1px solid maroon;
                           padding: 4px;}

#ctrCol h3  {font-weight: bold;
             font-size: 14pt;
             margin: 0px;
            }

h4          {font-weight:normal; 
             font-size:small; 
             color:black;}

h5          {font-style:italic; 
             font-size:small; 
             font-weight:lighter;}

a:link      {color:blue; 
             text-decoration:none;}

a:visited   {color:maroon; 
             text-decoration:none;}

a:hover     {color:red; 
             font-weight:normal; 
             text-decoration:none;}

address     {position: relative;
             margin: 0px;
             width: 900px;
             color: black;
             font-style: normal; 
             font-size: 8pt; 
             font-weight: lighter; 
             text-align: center;
             padding-top: 5px;
             padding-bottom: 5px;
             border-top: 3px solid black;
             border-bottom: 3px solid black;
             background-color: white;
            }




