body {
    background-color: #808080;
}

a { 
    text-decoration: underline;
    color : black;
    font-family: ariel;
}
a:visited {
    color : white;
}

p {
    line-height : 1.5;
}
li {
    padding: 10px;
    font-size: 1.5em;
}
ul {
    border-style: dotted;
}
