body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}

a {
    text-decoration: none;
    font-weight: bold
}

a:hover {
    text-decoration: underline;
}

.user-cannot-see {
    display:none
}