body {
    font-family: helvetica;
}

A.div {
    color: white;
    text-decoration: underline;
    font-size: 12px;
    font-family: arial;
}

A.main {
    color: blue;
    text-decoration: underline;
}


A {
    color: black;
    text-decoration: none;
    font-family: arial, sans-serif;
}

A.link {
    color: black;
    text-decoration: underline;
    font-family: arial, sans-serif;
}

h1 {
    font-weight: bold;
    font-size: 14px;
    font-family: helvetica;
}

h2 {
    font-weight: bold;
    font-size: 16px;
    font-family: helvetica;
}

p {
    font-style: italic;
    font-weight: bold;
    font-family: helvetica;
}
