body {
  font-family: "Times New Roman"; 
  font-size: 1em;
  margin-left: 5%; 
  margin-right: 5%;
}

h1 {
font-family: "Times New Roman";
font-size: 1.6em;
} 

h2 {
font-family: "Times New Roman";
font-size: 1.3em;
} 

h6 {
text-align:center;
}

ul {
list-style-type:none;
margin:5px;
padding:2px;
font: bold 12px 'Lucinda Grande', Verdana, sans-serif;
text-align:center;
}

ul a:link {
display:block;
padding:2px;
text-decoration:none;
}

ul a:hover {
color:red;
border: inset;
}

ul li {
background:#DDDDDD;
margin:0;
border-left:1px solid #aaa;
border-top:1px solid #fff;
border-right:1px solid #aaa;
border-bottom:1px solid #666;
border: outset;
}

a:link {
text-decoration:none
}

a:hover {
color:red;
}

#masthead {
margin:0 0 10px 0;
padding:10px;
border:2px;
text-align:center;
border-bottom:1px solid #333;
}

#content {
margin-left:25%;
padding:20px;
border: 2px;
}

#sidebar {
float:left;
width:20%;
padding:10px;
border:2px;
font-size:0.8em;
text-align:center;
}

#footer {
text-align:center;
font-size:0.7em;
padding:10px;
border-top:1px solid #333;
clear:both;
}
