.details A:VISITED {

	font-family: Tahoma;
        font-weight: normal;
        font-style: normal;
        font-size: xx-small;
        font-variant: normal;
        font-stretch: condensed;
        color: #FF0000;
        text-decoration: none;
}

.details A:HOVER {

	font-family: Tahoma;
        font-weight: normal;
        font-style: normal;
        font-size: xx-small;
        font-variant: normal;
        font-stretch: condensed;
        text-decoration: underline;
        color: #0000FF;
}

.details A:LINK {

	font-family: Tahoma;
        font-weight: normal;
        font-style: normal;
        font-size: xx-small;
        font-variant: normal;
        font-stretch: condensed;
        color: #FF0000;
        text-decoration: none;
}




A:VISITED {

	font-family: Tahoma;
        font-weight: normal;
        font-style: normal;
        font-size: xx-small;
        font-variant: normal;
        font-stretch: condensed;
        color: #0000FF;
        text-decoration: none;
}

A:HOVER {

	font-family: Tahoma;
        font-weight: normal;
        font-style: normal;
        font-size: xx-small;
        font-variant: normal;
        font-stretch: condensed;
        text-decoration: none;
        color: #FF0000;
}

A:LINK {

	font-family: Tahoma;
        font-weight: normal;
        font-style: normal;
        font-size: xx-small;
        font-variant: normal;
        font-stretch: condensed;
        color: #0000FF;
        text-decoration: none;
}


