h1
{
    background-color: #990066;
}

h2
{
    background-image: url(letter.gif);
}

h3
{
    background-image: url(letter.gif);
    background-repeat: no-repeat;
}

h4
{
    background-attachment: scroll;
    background-image: url(letter.gif);
    background-repeat: no-repeat;
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    color: #660033;
    text-decoration: underline;
    background-position: center;
}

h5
{
    background-position: center;
    background-color: #009999;
    background-image: url(letter.gif);
    background-repeat: no-repeat;
}

h6
{
    background-position: right bottom;
    background-image: url(letter.gif);
    background-repeat: no-repeat;
}