body
{
	background-color: Black;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	width: 100%;
	height: 100%;
}

img.back
{
	position: absolute;
	left: 32%;
	height: 100%;
	
}
table
{
	position: absolute;
	color: White;
	width: 28%;
	height: 100%;
	z-index: 1;
}
table a
{
	color: White;
	font-style:italic;
	text-decoration: none;
}
table a:hover img {
	height: 80px;
	width: 80px;
}
table td
{
	height: 10%;
}
table td.text
{
	text-align: right;
	padding-right: 10px;
	width: 78%;
/*	border: 1px solid white;*/
}
table td.text a:hover
{
	text-decoration: underline;
}
table td.img{
	width: 80px;
	height: 80px;
}
table img
{
/*	height: 90%; */
	border: 0px;
}

div.links
{
	position:absolute;
	width: 100%;
	top: 84%;
	height: 13pt;
	background: #f69407;
	z-index: 0;
	padding-left: 32%;
	font-size: 90%;
}

div.links a
{
	color: Black;
	font-size: 11pt;
	text-decoration: none;
	display: inline-block;
	width: 100px;
}