h3 {margin-left: 300px;
text-decoration: underline}

.wrapper {
    width: 80%;
    margin: 5px auto; 
    margin-bottom: 5px auto;
    margin-top: : 5px auto;
    margin-left: 5px auto;
    margin-right: 5px auto;  
  
    
}

body{ background-color: beige}

#title {
  font-family: serif;
color: darkslategrey;
font-size: 130%;

    
}

#navigation
{
color: beige; 
border-bottom-width: thick;
float: left;
width: 20%;  
margin-top: 0px;
padding: 0px;
border-right: solid;

}

#quote {
    clear:both;  
    float:right;
    width: 20%;
    background-color: chocolate;
    font-size: 150%;
    text-align: center; 
    margin: 0px;
    padding: 0px;
}

blockquote {
    color: white;
}

#maincontent
{float:right;
 width: 60%;
font-size: 120%;
color: darkslategrey;
 font-family: inherit;
margin: 0px;
padding: 0px;


}

#address {
    color: chocolate;
    float:left;
     width: 100%;
    font-size: 120%;
    padding: 

    
}

h2 {
    color: chocolate;
}

h3{
    font-size: 130%;
    color: darkslategrey;
}

li { 
list-style-type: none;
    display: list-item;
    right
  
}


a:link {
    font-family: sans-serif;
        color: chocolate;
    text-emphasis: bold;
    font-size: 140%;     
}