/* author_link.css */

a.author_link:link {
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

a.author_link:active {
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

a.author_link:visited {
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

a.author_link:hover {
	font-size: 9px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}
