
body {
  font-size: 14pt;
  font-family: "Times new roman", serif;
  background-image: url(back.jpg);
  text-indent: 10px;
  margin-left: 10px;
  color: black;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 36pt;
	background-color: #C9FB99;
	border: 4px groove;
}

h3 {
  	background-color: #C9FB99;
}

a:hover {
  color: yellow;
  text-decoration: underline;
  background-color: teal;
}

span {
  	background-color: white;
}

TABLE {
  background-color: #E5FFCC;
  border-top: medium teal groove;
  border-right: medium teal groove;
  border-bottom: medium teal groove;
  border-left: medium teal groove;
  border : thin;
}
