h1, h2, h3, h4, h5, h6
    {
    color: #007500;
    font-family: arial, helvetica, 'sans serif';
    }

p
    {
    font-family: arial, helvetica, 'sans serif';
    font-size: 10pt;
    margin-left: 10pt;
    }

.backg
    {
    background-image: url("graphics/mountain.jpg")
    }

div.glink
    {
    font-family: verdana, arial, 'sans serif';
    font-size: 8pt;
    }

div.hlink
    {
    color: #007500;
    font-family: verdana, arial, 'sans serif';
    font-size: 8pt; 
    text-align: center;
    }

div.tlink
    {
    font-family:  "lucida calligraphy", arial, 'sans serif';
    font-size: 7pt; 
    text-align: center;
    }
A:visited
{
     color: rgb(0,90,0);
}

A:link 
{
     color: rgb(0,0,120);
}

A:active 
{
     color: #871F78;
     font-weight: bold;
}

A:hover 
{
     color: brown; 
     font-weight: bold;
}