body,td,p,a,h1,h2,h3,h4,h5,h6 {  
/*	color: #eab73f;  */
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600; 
	font-style: normal; line-height: normal; 
	text-decoration: none;

}
a:link { 
/*	color:#000000; */
/*	background-color:#cfcfcf; */
	/* a:visited */
}
a:active { 
}
a:hover {
	color:#000000; 
	background-color:#cfcfcf;
}

