A
{
    COLOR: #FFFFFF;
    CURSOR: hand;
    TEXT-DECORATION: underline
; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
}

A:visited
{
	COLOR: #CCCCCC;
	CURSOR: hand
;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;

}
A:hover
{
    COLOR: #D89F38;
    CURSOR: hand
; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal
; text-decoration: none;
}

.design A
{
    COLOR: #000000;
    CURSOR: hand;
    TEXT-DECORATION: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.design A:visited
{
	COLOR: #000000;
	CURSOR: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;

}
.design A:hover
{
    COLOR: #ffffff;
    CURSOR: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
