
    body {background-color: yellow; 
          font-family: verdana;
          font-weight: bold;
          font-size: 16pt;
          color: #336633; 
          text-align: center;     
         }

    a:link {color: blue; 
            font-style: italic
           }
    a:visited {color: purple; 
               font-style: normal;
              }
    a:active {color: red; 
              font-style: italic;
              }
    a:hover {color: orange; 
             font-style: italic
            }

    h1 {color: red;
        font-size: 24pt;
        text-align: center;
       }


    h2 {text-align: center;
        color: red;
        font-size: 22pt;
       }

   .t1 {color: red;
        font-size: 24pt;      
       }

    p {margin-left: 50px;
       margin-right: 50px;
       }


    table.one {width:620px; border:0px; 
               background-color:yellow;
               text-align: left;          
              }

    .two {width:620px; border:0px; 
           background-color:yellow;          
         }

    th {font-size:12pt;
       }

    th.two {font-size:10pt;
           }

    iframe {border: 0px; 
            }  

    .copyright {color: #00ccff;
                text-align: center;
                font-family: verdana; 
                font-size: 10pt;            
               }

    div.go1 {font-size:12pt;
           text-align: center;
          }
   
    .v {text-align: left;
       }

