body,
a {
color: black;
font-family: sans-serif;
}
body {
background: white;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
border-style: none;
text-align: center;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}