body {
	background-color: white;
}

h1 {
	color: red;
}

a:link {
 	color: green; 
 	background-color: transparent; 
 	text-decoration: none;
}

a:visited {
 	color: #00b3ff;
 	background-color: transparent;
 	text-decoration: none;
}

a:hover {
	color: #00ff16;
	background-color: transparent;
	text-decoration: underline;
}
