/* CSS Document */
<style type="text/css">
a:active {
	font-family : Arial;
	font-size : 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family : Arial;
	font-size : 12px;
	text-decoration: underline;
	color: #000000;
}
a {
	font: 12px Arial;
	color: #FF6600;
}
