h1 {
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #330099;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;

}
td {
	font-family: "Bookman Old Style", Georgia, "Book Antiqua";
	font-size: 16px;
	color: #330099;
}
.boldred {
	font-weight: bold;
	color: #CC0000;
	font-family: Georgia, "Book Antiqua", "Bookman Old Style";

}
a:hover {
	color: #FFFF00;
	background-color: #CC0033;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0033FF;
}	
a:visited {
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000CC;
}
.photocaption {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
.italicred {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.linethru {
	text-decoration: line-through;
}
