<!--
	A:link {text-decoration: none; color: #777777}
	A:visited {text-decoration: none; color: white}
	A:active {text-decoration: none; color: #ff0000}
	A:hover {text-decoration: strong; color: #ff0000}

	p.menu
	{
	font-variant: small-caps;
	text-align : center;
	display : inline
	}

	Body 
	{
	background-color: black; 
	font-family: Times;
	color: #dddddd
	} 

	img
	{
	border-color: #777777
	}

	hr
	{
	color : #333333
	}

	table 
	{
	background:#9BC3E3; 
	padding-right:3;
	}
	td 
	{
	color:#1D5A8A; 
	font-family: times;
	vertical-align:top;
	padding : 3
	}
	

	
-->