body {
	background-color: #3a2524;
	text-decoration: none;
}

p {}

td {}

a:link, a:visited, a:active {
	color: #9a150e;
	text-decoration: none;
}

a:hover {
	color: #9a150e;
	text-decoration: underline;
}

a.nav:link, a.nav:visited, a.nav:active {
	color: #000000;
	text-decoration: none;
}

a.nav:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

select {
	font: 12px arial;
}

.photos
{
	cursor: hand;
	color: #9a150e;
}