body{font-family: Arial, Helvetica, sans-serif;}
li {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
main {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}
header {
    width: 288px;
    float: left;
}
nav {
    width: 258px;
    float: left;
}
.caption p {
    font-family: Ariel, helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #4F616C;
    font-weight: bold;
}
nav .caption {
    background-color: #FFFFA0;
    padding-top: 3px;
    padding-bottom: 3px;
}
nav .logo{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
nav .menu{
	padding-top: 5px;
}
nav .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav .menu ul li {
    font-weight: 600;
    font-size: small;
    text-align: center;
    padding-bottom: 2px;
}
nav .menu ul li a:link {
    text-decoration: none;
}
section {
    clear: both;
}
section h3 {
    color: #660304;
    text-align: center;
    background-color: #FFCC00;
}
section p {
    text-align: center;
}
nav .menu ul li a:hover {
    color: red;
}
footer{
	margin-top: 10px;
	margin-bottom: 10px; 
	
}
footer p a {
    font-weight: 600;
    text-align: center;
}
