body {
	background:url(dark.png);
	color: white;
}
h1 {
	font-style: normal;
	font-size: 45;
	font-family: Zapf-Chancery, cursive;
	color: yellow;
	text-align: center;
}
a:link {
   color:yellow;
   font-weight:normal;
   text-decoration:none;
   }
a:hover {
   color:maroon;
   font-weight:bold;
   text-decoration:none;
  } 
a:visited {
  color:red;
  font-weight:bold;
  text-decoration:none;
  }
a:active {
  color:green;
  font-weight:bold;
  text-decoration:none;
  }
div.title {
   font-style: normal;
   font-size: 48;
   font-family: Zapf-Chancery, cursive;
   color: maroon;
   text-align: center;
   }