body	{
	padding: 0px;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 0px;
	background-color:#d2a679;
	
}

ul	{
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

img 	{
	width:220px;
	height:200px;
	border-radius: 10px;
}

a:visited {
	color:black;
}

table	{
	margin: auto;
	margin-top: 20px;
	align: center;
}

a	{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

td	{
	text-align: center;
	vertical-align: bottom;
	border: solid black 1px;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 0px black;
	
}

li	{
	font-size: 14pt;
	display: inline;
	padding: 3px;
}

li.selected	{
	background-color: lightgray;
	font-weight: bold;
	border-radius: 10px;
	}

li:hover	{
	background-color: lightgray;
	border-radius: 10px;
}

div.top	{
	top:0;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	position: fixed;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 10px 0px black;
	background-color: #dfbf9f;
	z-index: 3;
	height: 35px;	
	vertical-align:middle;
}