/* CSS Document */
a:link {
	color: #595959;
	text-decoration: none;
}
a:visited{
	color: #595959;
	text-decoration: none;
}
a:active{
	color: #FF3300;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
	text-decoration: none;

