/* CSS Document */

a:link, a:visited {
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
}

a:hover {
	text-decoration:underline;
}