﻿body
{
    font-size: small;
    color: black;
    font-family: Arial;
}

H1
{
    font-weight: bold;
    font-size: medium;
    color: black;
    font-family: Arial;
}

H2
{
    font-weight: bold;
    font-size: small;
    color: black;
    font-family: Arial;
}

P
{
    font-size: small;
    color: black;
    font-family: Arial;
}

UL LI
{
    list-style-image: url(bullet.jpg);
}

A
{
    font-size: small;
    color: #006600;
    font-family: Arial;
}