body            {
                  background-image:url(images/bg.jpg);
                  background-position: center;
                 }


.cont {
                font-family:  Verdana, "Trebuchet MS", serif;
                font-size: 11pt;
                line-height: 1.4em;
                                 }

h1, h2     {
                font-family: georgia, "Times New Roman", Times, serif; }

h1 {
 font-size: x-large; font-weight: normal
}

h2 {
 font-size: large; font-weight: bold;
}

inh A             {
                font-weight: bold;
                }
inh A:link        {
                color: #DDDDDD;
                text-decoration: none;
                }
inh A:visited        {
                color: #DDDDDD;
                text-decoration: none;
                }
inh A:hover        {
                color: #CC0000;
                text-decoration: underline;
                }

A        {
                font-weight: bold;
                }
A:link        {
                color: #000000;
                text-decoration: none;
                }
A:visited        {
                color: #000000;
                text-decoration: none;
                }
A:hover        {
                color: #FF0000;
                text-decoration: underline;
                }