body
{
    background-image: url(bg_7.gif);
    background-repeat:repeat;
    text-align: center;
}

h1
{
    font-family: Georgia;
    text-align: center;
}

p, a
{
    font-family: 'Trebuchet MS';
    font-weight: 600;
    text-align: center;
}

.classe1
{
    background: rgb(233, 123, 217);
    letter-spacing: 5px;
    text-transform: uppercase;
    color: aliceblue;
}

.classe2
{
    color: blueviolet;
    font-variant: small-caps;
    font-style: italic;
    text-decoration: underline;
}