/* CSS Document */
a {font-weight: normal;}

a:link {
	color: #FF9900;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #990000;
}
