ul#menu {
    padding: 8px;
}

ul#menu li a {
    background-color: black;
    color: white;
    padding: 4px 75px;
    text-decoration: none;
}

ul#menu li a:hover {
    background-color: black;
}

#menu li {
    display: inline;
}

h1, h2, h3 , h4{
	font-size: 2.4em;
	font-weight: normal;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	color: #575451;
	margin: 0;
	line-height: 1;
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: dotted;
    border-width: 1px;
}


article, aside, section, nav, figure, header, footer {
	display: block;
}