HTML {
	font-family: Arial, sans-serif;
	}

H1 { 
	text-align: center;
	color: blue;						
	}

H2 {
	text-align: center;
	color: red;
	
	}

A:hover {
	background-color: yellow;
	}
	
A {
	text-decoration: none;
}

:link {
	color: red;
	}

:visited {
	color: red;
	}
