html {
background-color: WhiteSmoke;
color: Black;
}
body {
font-family: Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;
color: Black;
}
a {
color: BlueViolet;
text-decoration: none;
}
ul {
list-style-type:none;
}
ul.hList li {
display: inline;
}
footer {
margin-top: 50px;
}
.lead {
font-size: 16px;
font-weight: 400;
}