H1 { 
	background: white;
	color: blue;
	text-align: center;
	font-family: cursive;
	padding-bottom: 5px;
   	}
   	
BODY { 
	font-family: serif;
	background: white;
	color: black;
	cursor: text;
   	border-width: 10px;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 3em;
	margin-left: 3em;
	}

A:hover { color: red; }
A:link { color: black; }
A:visited { color: blue; }
A:active { color: green; }

A.top {
	font-family: arial, san-serif;
	font-size: 75%;
	font-style: italic;
	color: blue;
	background: yellow;
	}
	