//This style sheet is deprecated
//dont use, dont delete
<STYLE type="text/css">
<!--

BODY
	{
	background-color: 	#ffffff;
	text-color:			#000000;
	}
	
A.menubar:link, a.menubar:visited, a.menubar:active	
	{
	text-decoration: none;
	}
	
A.menubar:link
	{
	color: blue
	}
	
A.menubar:visited
	{
	color: #990099
	}
A.menubar:hover
	{
	color: #006600
	}

DIV.menubar
	{
	text-align: 		center;
	background-color: 	ffffcc;
	font-size: 			large;
	margin-left: 		+0.5em;
	margin-right: 		+0.5em;
	margin-top: 		+1em;
	margin-bottom: 		+1em;
	
	border-style: 		solid;
	border-color:		#006600;
	}

P
	{
	text-indent: 20pt
	}
	
H1.menubar
	{
	color: green
	}
-->
</STYLE>
