@charset "utf-8";
/* CSS Document */

.aplaintext {
	font-family: "Lucida Sans";
	font-size: 9px;
	font-style: normal;
	color: #FFF;
	line-height: 14px;
}
a:link {
	font-family: "Lucida Sans";
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	font-family: "Lucida Sans";
	font-size: 9px;
	text-decoration: none;
}
a:hover {
	color: #4E5157;
}
a:active {
	color: #FF9600;
	background-color: #4E5157;

