/* CSS Document */

a{
	outline:none;
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}
