a:visited {
	color: #333333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.font_write {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
