BODY		{ font: 12px verdana; background-attachment: fixed; }
H1,.H1		{ font-size: 16px; font-weight: bold; text-decoration: underline; }
.SubTitle	{ font-size: 14px; font-weight: bold; text-decoration: underline; }


/*#Page1, #Page4, #Page7, #Page10, #Page17, #Page23, #Page27, #Page36, #Page44
 { background-image: url('images/background2.jpg'); }*/


A 
{
    font-family:Verdana;
    font-size: 12px;
    color: red;
    text-decoration: none;
}

A:hover
{   
    text-decoration: underline;
}

A:visited
{
    color: #8e0007;
    text-decoration: none;
}

a:visited:hover
{
    text-decoration: underline;
}