A:link {
color		:	#800001;
background	:	transparent;
text-decoration	:	underline;
font-weight:  		normal;
font-size:		13px;
}

A:active {
color		:	#D09F40;
background	:	transparent;
text-decoration	:	none;
font-weight:  		normal;
font-size:		13px;
}

A:visited {
color		:	#800001;
background	:	transparent;
text-decoration	:	underline;
font-weight:  		normal;
font-size:		13px;
}

A:hover {
color		:	#D09F40;
background	:	transparent;
text-decoration	:	none;
font-weight:  		normal;
font-size:		13px;
}

A:visited:hover  {
color		:	#D09F40;
background	:	transparent;
text-decoration	:	underline;
font-weight:  		normal;
font-size:		13px;
}
