body {
    font-family: Trebuchet MS, Helvetica, sans-serif;
    color: white;
    background-color: black;
}

h1 {
    
}

img {
    float: left;
    border: 1px solid white;
    height: 200px;
    margin-right: 50px;
    padding: 5px;
}

ul {
    list-style: square;
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

li
{
    line-height: 1.6em;
}


#content {
    margin-top: 20%;
    margin-left: 20%;
    width: 70%;
}

a {
    color: white;
    text-decoration: none;
}

a.visited {
    color: white;
}
