/* CSS Document */
body  {background-color: #6dc0b6; font-family: Georgia; margin: 0 auto; width: 770px}
a {background-color:black; color:white; padding:5px;text-decoration:none}
a:hover {background-color:yellow; color:black;text-decoration:underline}
h1 {  
    font-size: 48px;
    letter-spacing: 24px;
    padding-top:48px;
    text-align: center; 
    margin-top: 23px; 
}  
  
h2 {  
    font-size: 36px; padding-top:20px;   
    text-align: center;
    color:yellow;
}  
  
h3 {  
color: #777;
    font-size: 24px;  padding-top:24px;
    text-align: center;
    padding-bottom: 36px
}  
  
h4 {  
    font-size: 21px;  
}  
  
h5 {  
    font-size: 18px;  
}  
  
h6 {  
    font-size: 16px;  
}  
  
p {  
    font: 14px "Arial";
    margin-top:17px;
    line-height: 17px;
    padding:15px;
}  
img {border:10px solid white; }
li  {display:inline;font: 16px bold; list-style: disc inside; }
#logo {border: 0;float:left}
#header {clear:both; margin-bottom: 36px;}
#menu {float: left;letter-spacing: 5px;text-align:left; padding-bottom: 18px}
#content  {clear: both}
#footer {border-top: 1px dashed #666; color:#aaa; margin-top: 17px;text-align: center}
