body {
  font-family: "Times New Roman", Times, serif;
  background-color: white;
  margin: 10px 20px;
  
}

td {
	font-family: "Times New Roman", Times, serif;
	
}

th {
	font-family: "Times New Roman", Times, serif;
}

a:link {
	color: #ff3333;
	
}

a: visited {
	color: #cc3300;
	
}

a: hover: {
	color: #ff9900;
	
}

a:active {
	color: #ff9900}

hr {
	color: #990000;
	width: 90%;
}

h1 {
	text-align: center;
}

.smallbold {
	 font-size: small;
	 font-weight: bold;
	 display: inline;
	 }

.red {
	color: #990000;
	}

.highlight {
	background-color: yellow;
	}

.ital {
	font-style:italic;
	}

.photo {
	border-color: #a00000;
	text-align:center;
	background-color: #990000;
	}

.header {background-image:url(image/fire.jpg);
background-repeat:repeat-x;}

.headertext{ font-size: 5em;
color:#FFFFFF;
vertical-align:middle;}








