@charset "UTF-8";
/* CSS Document */

body {
	color:#333333;
	font:10px Arial, sans-serif;
}

a:link {
	text-decoration: none;
	color:#FF0000;
}

a:active { 
	text-decoration: none; 
}

a:visited {
	text-decoration: none;
	color:#FF0000;
}

a:hover {
	text-decoration: none;
	color: #666666;	
}

