	a {
	   text-decoration: none;
	   color: blue;
	   font-weight: bold;
	   }
	a:hover {
	   text-decoration: underline;
	   color:black;
	   }
	a:visited {
		color: blue;
	}
