<!--

BODY{	background-color : white;

	margin		: 10px 50px	;

	font-size	: 120%	;

	line-height	: 135%	;

	color		: darkslategray;}

a{	text-decoration	: none	;

	padding	: 3px	;

	color	: mediumblue	;}



a:hover{

	background-color: white	;

	text-decoration	: none	;

	font-weight	: bold	;

	color	: darkgreen	;}





h2{	background-color: darkseagreen	;

	border	: solid 3px green	;

	padding	: 5px	;

	color	: white	;}



h1{	margin-top	: 30px	;

	text-align	: center;}



-->