.area A:link, .area A:visited, .area A:active
    {
        text-decoration: none;
        color: #000000;
        font-family: Ariel;
        font-size: 10pt;
        }

.area A:hover
    {
        text-decoration: none;
        color: #FF0000;
        background: #F5F5F5;
        font-family: Ariel;
        font-size: 10pt;
        }

.quick A:link, .quick A:visited, .quick A:active
    {
        text-decoration: none;
        color: #000000;
        font-family: Ariel;
		  font-size: 10pt;
        }

.quick A:hover
    {
        text-decoration: bold;
        color: #FF0000;
        background: #FFFFFF;
        font-family: Ariel;
		  /* font-weight: bold; */
        font-size: 10pt;
        }

