body {
	background-image: url(../pics/back.jpg);
	font-family: sans-serif;
}
h1 {
	background: #01469f;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: White;
	}
h2,h3,h4 {
	font-family: "Comic Sans MS";
}


SPAN {
  font-size: 0.8em;
  font-family: sans-serif;
  text-decoration: none;
	}
	
A {
  width: 10em;
  color: white;
  font-size: 0.8em;
  font-family: sans-serif;
  text-decoration: none;
	'background-color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	}

A:link {
  color: white;
}

A:visited {
  color: white;
  
}

A:hover {
  color: Yellow;}
