.write {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
a:visited {
	color: ##FF6600;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0033FF;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
     color: #0033FF;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	}