a:link {
	color: #FF9900;
	text-decoration: underline;
	border: thin none #FF9900;
}
a:visited {
	color: #FF0000;
	text-decoration: line-through;
	border: thin none #FF0000;
}
