body {
    font-family: Arial
}

A {
    text-decoration: none;
    color: white;
    font-family: arial
}

A:hover {
    text-decoration: underline;
    color: red;
    font-weight: light
}