body {
    font-family: Arial;
    color: #000000;
    font-size: 14px;
}
h1 {
    font-family: Arial;
    color: #000000;
    font-size: 24px;
}
a:link {
    font-family: Arial;
    color: #0000FF;
    text-decoration: underline;
    font-size: 14px;
}
a:visited {
    font-family: Arial;
    color: #0000FF;
    text-decoration: underline;
    font-size: 14px;
}
a:hover {
    font-family: Arial;
    color: #0000FF;
    text-decoration: underline;
    font-size: 14px;
}
a:active {
    font-family: Arial;
    color: #0000FF;
    text-decoration: underline;
    font-size: 14px;
}

