body	{
	background-color: #c0c0c0;
	margin: 0px;
	padding: 0px;
	}
	
div.menubody	{
	margin: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;

	}
	
a.menubody:link	{
	text-decoration: none;
	color: #666666;
	}

a.menubody:visited	{
	text-decoration: none;
	color: #666666;
	}
	
a.menubody:active	{
	text-decoration: none;
	color: #666666;
	}
	
a.menubody:hover	{
	text-decoration: underline;
	color: #666666;
	}
	
a.content	{
	text-decoration: none;
	color: #999999;
	}

a.content:link	{
	text-decoration: none;
	color: #999999;
	}

a.content:visited	{
	text-decoration: none;
	color: #999999;
	}
	
a.content:active	{
	text-decoration: none;
	color: #cccccc;
	}
	
a.content:hover	{
	text-decoration: underline;
	color: #cccccc;
	}
	
	.photo-right
	{
	float: right;
	clear: right;
	margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 3px;
	border: solid 1px #000000;
	padding: 1px;

	}

.photo-left   {float: left; clear: left; margin-top: 3px; margin-right: 20px; margin-bottom: 3px; border: solid 1px #000000}

.photo-center { border: solid 1px #000000; margin-left: 5px; margin-right: 5px; padding: 1px;}