body
   {background-color: #cccccc;
    margin: 0px;
    padding: 0;
    }

body a:link
   {color: #cc0000; text-decoration: none;}
body a:visited
   {color: #cc0000; text-decoration: none}
body a:active
   {color: #cc0000; text-decoration: none}
body a:hover
   {color: #cc0000; text-decoration: none;}



#logo
   {
   background-color: white;
   }

#logo p
   {
   text-align: justify;
   color: black;
   font-size: 18px;
    font-family: georgia, Verdana, Arial;
   font-weight: normal;
   padding-right: 25px; 
   } 

#address
   {
    position: absolute;
    top: 25px;
    left: 520px;
    font-size: 18px;
    font-weight: normal;
   }

#h2
   {
    background-color: cc0000;
    height: 17px;
    border-style: solid;
    border-color: 000000;
    border-top-width: thin;
    border-right: none;
    border-bottom-width: thin;
    border-left: none;
    text-align: justify;
    color: white;
    font-size: 15px;
    font-family: georgia, Verdana, Arial;
    font-weight: normal;
   }  

#menu
   {background-color: 999999;
    border-style: solid;
    border-color: 000000;
    border-top: none;
    border-right-width: thin;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
    width: 185px;
   }

#menu a:link
   { color: #000000; background-color: transparent; text-decoration: none;}
#menu a:visited
   {  color: #000000; background-color: transparent; text-decoration: none}
#menu a:active
   { color: #000000; background-color: transparent; text-decoration: none}
#menu a:hover
   { color: #ffffff; background color: transparent; text-decoration: none;}


#menu ul
   {
    list-style-image:url('images/balls69.gif'); 
    color: white;
    font-size: 14px;
    font-family: georgia, Verdana, Arial;
    font-weight: normal;
    text-align: left;
    text-decoration: none; 
   }

#menu ul li
   {
    display: normal;
    color: white;
    font-size: 14px;
    font-family: georgia, Verdana, Arial;
    font-weight: normal;
    text-decoration: none;
   }



#content
   {
    background-color: cccccc;
    vertical-align: top;
    border-style: solid;
    border-color: 000000;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 16px;
    font-family: georgia, Verdana, Arial;
    font-weight: normal;
    }

#content p
   {
    font-size: 16px;
    font-family: georgia, Verdana, Arial;
    font-weight: normal;
   }

#content a:link
   { color: blue; background-color: transparent; text-decoration: none;}
#content a:visited
   {  color: blue; background-color: transparent; text-decoration: none}
#content a:active
   { color: blue; background-color: transparent; text-decoration: none}
#content a:hover
   { color: #ffffff; background color: transparent; text-decoration: none;}

#content ul
   {
    list-style-type: disc; 
    color: #000000;
    font-size: 16px;
    font-family: georgia, Verdana, Arial;
    font-weight: normal;
    text-align: left;
    text-decoration: none; 
   }

#content ul li
   {
    display: normal;
    color: #000000;
    font-size: 16px;
    font-family: georgia, Verdana, Arial;
    font-weight: normal;
    text-decoration: none;
   }
