body {
       background-color: #8E8C8C;
       font-family: "Times New Roman", serif;
       font-size: 16px;
       color: #ffffff;
     }
     
a:link { text-decoration: underline;
         color: #cccccc;
       }
       
a:visited { text-decoration: underline;
            color: #999999;
          }
          
a:hover { text-decoration: underline;
            color: #ffffff;
          }
          


p { font-family: "Times New Roman", serif;
    font-size: 16px;
    color: #ffffff;
  }

.main { display; block;
        margin: -10px auto 0px auto;
        width: 760px;
        height: 100%;
        padding-top: 0;
        background-color: #000000;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        text-align: left;
      }

.menu     { font-weight: bold;
            color: #cccccc;
          }

h2 { font-family: "Times New Roman", serif;
     font-size: 15px;     
     font-weight: bold;   }   
     
h3 { font-family: "Times New Roman", serif;
     15px;     
     font-weight: bold;
     }
img { border: 0;
      font-size: 90%;
    }

ul { list-style-type:none;
     font-family: "Times New Roman", serif;
     font-size: 16px;
    color: #CCCCCC;
     margin-left: 25px;
     padding-left: 7px;
   }

ul ul { list-style-type:none;
     font-family: "Times New Roman", serif;
     font-size: 16px;
    color: #CCCCCC;
     margin-left: 5px;
     padding-left: 7px;
   }

ul ul ul { list-style-type:none;
     font-family: "Times New Roman", serif;
     font-size: 16px;
    color: #CCCCCC;
     margin-left: 5px;
     padding-left: 7px;
   }

ol { font-family: "Times New Roman", serif;
     font-size: 16px;
    color: #CCCCCC;
     margin-left: 5px;
     padding-left: 7px;
   }



