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