.main {
    font-family: Arial;
    font-size: 15px;
}
    .main a {
        color: #487AA8;
    }
.name {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.footer {
    font-family: Arial;
    font-size: 11px;
}
    .footer a {
        color: #487AA8;
    }
.title
{
    font-family: Arial;
    color: #6897C2;
    font-size: 20px;
}
    .title a {
        font-family: Arial;
        color: #6897C2;
        text-decoration: none;
    }
    .title a:hover {
        text-decoration: underline;
    }
