h1 
{ 
    font-family: Geneva, Arial, Helvetica, san-serif;
    color: #663333;
    text-decoration: underline;
}

h2 
{ 
    font-family: "Courier New", Courier, mono; 
    color: #003399; 
    text-decoration: overline;
}


h3 
{ 
    font-family: "Times New Roman", Times, serif; 
    color: #009900;
    text-decoration: line-through;
}

h4 
{
    font-family: Georgia, "Times New Roman", Times, serif; 
    color: #CC6666; 
    text-decoration: blink;
}

h5 
{
    font-family: Arial, Helvetica, sans-serif; 
    color: #FF3333;
    text-decoration: none;
}

h6 
{ 
    font-family: "AdLib BT", "Aldine401 BT", "Americana XBd BT"; 
    color: #00CC00; 
    text-decoration: underline overline line-through blink;
}

