html {
background: LightGray;
}
body {
font-family: Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
color: Navy;
}

a {
color: Blue;
font-weight: bold;
text-decoration: none;
}

ul {
list-style-type:none;
}
ul.hList li {
display: inline;
}

footer {
margin-top: 50px;
}

.lead {
font-size: 16px;
font-weight: 400;
}