body {
		margin: 0;
		font-family: tahoma, Arial, sans-serif;
		font-size: 13px;
		color: #000000;
}

a:link { 
	color: #000000; text-decoration: none; font-weight: none;
}
a:visited { 
	color: #000000; text-decoration: none; font-weight: none;
}
a:active { 
	color: #000000; text-decoration: none; font-weight: none;
} /*text-decoration: blink*/

a:hover {
	color: #009879;
	text-decoration: bold;
	font-weight: none;
	text-decoration: underline;  
	/* text-decoration: underline overline; */  /*¢Õ´º¹ ¢Õ´ÅèÒ§*/
/*	text-shadow: 0px 0px #fffff9; */
}