body {
    font-family: sans-serif;
}
a {
    color: rgb(0, 120, 180);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/*ul {
    padding: 2ex;
}*/