
body, table	{
	background-color: black;
	color: #AAAAAA;
	font-family: Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10pt;	
}

p	{
	font-size: 10pt;
}

p strong,
li strong {
	color: white;
}

a:active, a:link, a:visited {
	color: white;	
	text-decoration: none;
}
a:hover	{
	color: #FF8F20;
}

td.menu a:active, 
td.menu a:link,
td.menu a:visited	{
	display: block;
	color: #F0F8FF;
}

td.menu a span	{
	font-size: 16pt;
	color: #4D4D4D;;
	font-family: Futura XBlk BT, arial Black;
}

td.menu a:hover	{
	color: #FF8F20;
}

td.nextlink	{
	text-decoration: right;
}

td.nextlink a:active, 
td.nextlink a:link,
td.nextlink a:visited	{
	color: white;
}
td.nextlink a:hover	{
	color: #FF8F20;
}

td.photos a	{
	display: block;
	padding: 0 20px 20px 0;
	float: left;
}

h1	{
	text-align: left;
}

.content-block {
	width: 450px;
}
.content img.in-width {
	max-width: 100%;
	height: auto;
		
}