body {
	background-image: url('images/background.jpg') }
h1 {
  	font-family: "Times New Roman", Times, serif;
  	font-weight: bold;
  	font-size: 100%;
  	margin-left: 10px;
  	color: black }
h2 {
  	font-family: "Times New Roman", Times, serif;
  	font-weight: normal;
  	font-size: 100%;
  	margin-left: 15px;
  	color: black }
h3 {
  	font-family: "Times New Roman", Times, serif;
  	font-weight: bold;
  	font-size: 100%;
  	margin-left: 15px;
  	color: black }

a:link {
  	color: black;
  	text-decoration: none }
a:hover {
  	color: gray;
  	text-decoration: none }

a:visited {
  	color: black; 
  	text-decoration: none }

