body {
	background-color: rgb(150, 150, 150);
	/* background-image: url(graphics/surface.png);
	#background-repeat: repeat; */
	background-attachment: fixed;
	direction: ltr;
}
table {
	font-family: Helvetica,Arial,sans-serif;
	background-color: rgb(255, 255, 255);
	width: 800px;
	height: auto;
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 8px;
}
td {
	vertical-align: top;
}
a:link { color: #000099;
	text-decoration: none;
}
a:visited { color: #990099;
	text-decoration: none;
}
a:hover { color: #000099;
	text-decoration:underline;
}
a:active { color: #990099; 
	text-decoration:underline; 
}