@charset "UTF-8";
/* CSS Document */

* {
	margin:20;
	padding:10;
	border:5;
}

body { 
width:820px;
margin:auto;
background-color:#FFF;
padding:50px;
min-height: 500px;


}

#navigation ul{
	border-bottom: 1px #000 solid;
}
#navigation li {
	display:inline;
	margin: 0px 40px;
}

h2{
    margin-top: 30px;
    
    color:#00bcd2;
    font-family: baskerville, times-new-roman, serif;
    font-size: 2em;
    clear:both;
}

h1{
    margin-top: 30px;
    
    color:#F00;
    font-family: baskerville, times-new-roman, serif;
    font-size: 2em;
    clear:both;
}
h3{
    margin-top: 30px;
    
    color:#ecdd9c;
    font-family: baskerville, times-new-roman, serif;
    font-size: 2em;
    clear:both;
}

li{
    Text-decoration: none;
}
   
a:hover { text-decoration: underline;
         }
		 

footer a:hover{
    text-decoration: underline;
}
footer{
	clear:both;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 150px;
	margin-left:300px;
	padding:60px;
	}
footer a{
    
    padding: 0px;
    color:#F00;
    text-decoration: none;
    background-color: white;
    margin-left: 10px;
	margin-bottom:15px;
}
address{
	margin-bottom: 20px;
}

	
