* {
		margin:0;
		padding:0;
		
}

a{
	color:black;
	text-decoration: none;
}


a:visited {
	color:black;
	
}
a:hover {
	color: blue;
	text-decoration: underline;
	
}
			
body {
	font-family: Arial;
}
