
html, body {
    background: #ffffff;
    color: #000000;
    font-family: Lucida, Arial, sans-serif;
    font-size: 22px;
}

a:link {
    background: #ffffff;
    color: #0000CC;
    text-decoration: underline;
}

a:visited {
    background: #ffffff;
    color: #000066;
    text-decoration: underline;
}

a:hover {
    background: #ffffff;
    color:#0000CC;
    text-decoration: none;
}
a:active	{
    background: #ffffff;
    color:#000066;
    text-decoration: none;
}

p {
    font-family: Lucida, Arial, sans-serif;
    font-size: 18px;
}
h1 {
    font-family: Lucida, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #0000FF;
    text-decoration: none;
}
h2 {
    font-family: Lucida, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #0000FF;
    text-decoration: none;
}
h3 {
    font-family: Lucida, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0000FF;
    text-decoration: none;
}
h4 {
    font-family: Lucida, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #0000FF;
    text-decoration: none;
}
li {
    font-family: Lucida, Arial, sans-serif;
    font-size: 18px;
}
.null {
    display: none;
}

