body {
    background-color: black;
    color: white;
    font-family: Tahoma;
    font-size: 12px;
}

.ivanprofile {width: 80px; height: 80px; float: left; margin-bottom: 20px;}
p {margin: 10px; margin-bottom: 20px;}

a:link, a:visited, a:active {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
}
