
li {
    height: 30px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

a.link {
    color: red;
    text-decoration: none;
}

a.visited {
    color: red;
    text-decoration: none;
}

img {
    width: 80%;
}

p {
    text-indent: 2em;
}