#footer
{
color: yellow;
background-color: cornflowerblue;
border-left: 100px solid lime;
}
		
		
ul#footer
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
			
			
		}
		
ul#footer li
		{
			font-weight: bold;
			text-align: right;
			display: inline;
			margin-right: 1em;
		}
ul#footer li a
		{			
			text-decoration: none;
			color: yellow;
		}
		
#top
{
padding: 0.5em;
background-color: cornflowerblue;
border-left: 100px solid lime;
}

#top h1
{
font-size: 36px;
padding: .3em 0 .3em .5em;
font-weight: bold;
color: yellow;
text-align: center;
margin: 0;
}

#menu
{
/* padding: 0 1px 1px; */
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#menu li
{
list-style: none;
margin: 5px;
border-top: 1px solid white;
display: inline;
}

#menu li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid Lime;
background: cornflowerblue;
text-decoration: none;

}

#menu li a:link { color: yellow;font-weight: bold}
#menu li a:visited { color: yellow;font-weight: bold}

#menu li a:hover
{
border-color: orange;
color: white;
font-weight: bold;
background: black;
}
