﻿a:active {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}
a {
	text-decoration: none;
	font-weight: bold;
}
