/* Style for text links */
a {
	text-decoration: none;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
a:link {
	color: #336699;
}