body {  
      background-color : #FFFFCC;
     } 
h1 {
    font-family : "Book Antiqua", Verdana, serif;
    font-size : 36px;
    text-align : center;
    color : blue;
    background-color : inherit;    
   }
h2 {
    font-family : Verdana, Courier, serif;
    font-weight : bold;
    font-style : italic;
    font-size : 17px;
    color : teal;
    background-color : inherit;
   }
h3 {
    font-family : Verdana, Courier, serif;
    font-weight : bold;
    font-size  : 14px;
    color : purple;
    background-color : inherit;
    }
p {
   font-family : Verdana, Courier, serif;
   font-size: 12px;
   text-decoration : none;
  }
p.caption {
           font-weight : bold;
          }
p.question {
            font-style : italic;
            color : blue;
            background-color : inherit;
           }
p.question img {
                position : relative;
                float : right;
                margin : 5px 5px 5px 5px;
               }
p.img {
       position : relative;
       float : left;
       margin : 5px 5px 5px 5px;
      }
p.news {
        font-weight : bold;
        color : purple;
        background-color : inherit;
        text-align : center;
       }
p.introduction {
                font-size : 13px;
               }
p.introduction img {
                    position : relative;
                    float : right;
                    margin : 5px 5px 5px 5px;
                   }
p.introduction1 {
                 font-weight : bold;
                 font-size : 13px;
                }
p.introduction1 img {
                    position : relative;
                    float : left;
                    margin: 5px 5px 5px 5px;    
                   }
p.contact {
           font-size : 10px;
          }
p.main {
        font-size : 10px;
        text-align : center;
       }
p.mainC {
         font-size : 14px;
         font-weight : bold;
         text-align : center;
        }
p.heading {
          font-weight : bold;
          font-style : italic;
          font-size : 16px;
          color : purple;
          background-color : inherit;
         }
p.sitemap {
           text-indent : 30px;
          }
blockquote {
            font-family : Verdana, Courier, serif;
            font-style : italic;
            font-size : 15px;
           } 
a {
   text-decoration : none;
  }
a img {
       border : none;
      }
a:visited {
           color : red;
           background-color : inherit;
          }
a:hover {
         text-decoration : none;
         color : #33CCCC;
         background-color : inherit;
         } 
.navA {
       font-family : "Book Antiqua", Verdana, serif;
       font-weight : bold;
       font-size : 13px;
      } 
#header {
         position : absolute;
         top : 10px;
        }
#navA {
       position : absolute;
       width : 140px;
       top : 165px;
       left : 0px;
       bottom : 10px;
       color : black;
       background-color : #FFFFCC;
       margin: 10px;
      }   
#navB {
       position : absolute;
       width : 140px;
       top : 175px;
       right : 0px;
       bottom : 10px;
       color : black;
       background-color : #FFFFCC;
       margin: 10px;
      }
#main {
       position : relative;
       width: auto;
       min-width: 200px;
       max-width: 900px;
       top : 158px;
       bottom : 0px;
       left : 150px;
       right : 300px;    
       color : black;
       background-color : white;
       border: 1px solid black;
       padding: 10px;
       margin : 10px 305px 220px 0px;
      }
#mainB {
        position : relative;
        width : auto;
        min-width : 222px;
        max-width : 922px;
        top : -60px;
        bottom : 0px;
        left : 150px;
        right : 300px;
        color : black;
        background-color : inherit;
        margin : 10px 305px 0px 0px;
       }
#mainB img {
            width : 100%;
           }
