#content {
    margin-top: 225px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    font-family: 'Liberation Sans', Helvetica, Arial, FreeSans, sans-serif;
}

#fatboab {
    vertical-align: top;
    margin-top: 15px;
}

#talents {
    display: inline-block;
    margin: 0 0 0 20px;
    border-left: 1px solid black;
    padding-left: 20px;
}

ul {
    list-style-type: none;
    text-align: left;
}

li {
    margin-bottom: 5px;
} 

a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#aboutme {
    font-size: smaller;
    margin-top: 10px;
    display: block;
}


