/* Style sheet for Teen Princess Louisiana */
/* Author Steve Crafton */

body      {Font-family : "Verdana";
           Font-size : 10pt;
           Color : #ffffff;
           background-image: 
           url('images/background.jpg');
           background-repeat: no-repeat;
           background-attachment: fixed;
           background-color: #213066}

table     {Font-family : "Verdana";
           Font-size : 10pt;
           Color : #ffffff}

A:Link    {Color : #ffffff;
           text-decoration: underlined}
A:Visited {Color : #ffcc00;
           text-decoration: underlined}
A:HOVER   {Color : #A5C6EF;
           text-decoration: underlined}

H1        {Font-family : "Verdana";
           Font-size : 16pt;
           Color : #ffffff}

H2        {Font-family : "Verdana";
           Font-size : 14pt;
           Color : #ffffff}

H3        {Font-family : "Verdana";
           Font-size : 12pt;
           Color : #ffffff}

.copyright
{
    Font-family : "Verdana";
    font-size: 8pt;
    font-style: italic;
    color: #A5C6EF
}