@charset "utf-8";
/* CSS Document */

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	background-color: #DDDDDD;
	font-family: Tahoma;
	font-size: 11px;
	color: #111;
;
/*	background-color: #DDDDDD; */
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	text-decoration: none;

}
