@charset "UTF-8";
/* CSS Document */

#profile-text {
    display: none;
}
#profile-image {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
}
#profile-link {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
#profile-link a {
    font-size: 1.5em;
    color: #800040;
}
#profile-link a:hover {
    color: #F30;
}
#profile-link a:visited {
}
