﻿/* 
body {
background-image: url(/results/media/eha/siteBackground.jpg);
background-repeat:no-repeat;
background-color: #333;
background-attachment:inherit;
}
*/

A:visited   
{
    font-family: 'Lucida Grande', verdana, geneva, helvetica, arial, sans; 
    font-size:14px; font-weight:bold;
    height: 16px;
    color:#007755; 
    text-decoration: none
}
A:link{
    font-family: 'Lucida Grande', verdana, geneva, helvetica, arial, sans; 
    font-size:14px; font-weight:bold;
    height: 16px;
    color:#007755; 
    text-decoration: none
}
A:active{
    font-family: 'Lucida Grande', verdana, geneva, helvetica, arial, sans; 
    font-size:14px; font-weight:bold;
    height: 16px;
    color:#007755;
    text-decoration: none
}

A:hover{
    font-family: 'Lucida Grande', verdana, geneva, helvetica, arial, sans; 
    font-size:14px; font-weight:bold;
    height: 16px;
    color:#00CC99;
    text-decoration:underline
}

