body, td, tr {
	color: black;
	background: #ffd700;
	text-decoration:none;
	Font-Family: Arial, Verdana;
	font-size:10pt;

}
H1 {
	align:center;
	text-align:center;
}
H2 { 
	align:center;
	text-align:center;
	Font-Family: Arial, Verdana;
	font-size:12pt;
	font-weight:bold;
}
a { 
	color: blue;
	text-decoration: underline;
	font-size:10pt;
}
a:hover { 
	text-decoration:underline;
}

div.navigation {
	background: black;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 650px;
	margin: 0 auto;
	text-align: center;
}
div.navigation a {
	margin-left: 5px;
	margin-right:5px;
	color: #ffd700;
	text-decoration: underline;
	font-size: 14px;
}

div.navigation a:hover {
	text-decoration: none;
}

.description {
	width: 550px;
	text-align: left;
	margin: 5px;
	margin: 0 auto;
}

.photo {
	margin: 0 auto;
	display: block;
}
