html {color: black; background: blue; text-align: center}
h1 {
	font: 120px courier bold; 
	font-style: italic;
	color: black; 
	background: green; 
	border-width: 12px; border-color: black; border-style: solid;
	letter-spacing: +3px;
	text-align: center;
}
p {text-align: center}
a:link {color: black}
a:visited {color: black}
a:hover {color: red}
