/*	Committee to Save Cleveland's Huletts Stylesheet	*/


	body	{
		background-color:	#333333;
	 	font-family:		Arial, Helvetica, Sans-serif;
	 	color:			#999999;
	 	margin-left:		1;
		margin-right:		1;
		margin-top:		2em
		}
			
	h1 {font-size:	200%}
	h2 {font-size:	150%}
	h3 {font-size:	120%}
	h4 {font-size:	100%}
	h5 {font-size:  85%}
	h6 {font-size:  75%}
	
	.back	{
		font-size:	85%;
		font-weight:	bold;
		margin-left:	2em
		}
	
	.copyright
		{
		color:	#ffffff;
		font-size:	60%;
		text-align:	right;
		margin-right:	1em
		}
	
	.link	{
		font-size:	85%;
		font-weight:	bold
		}
		
	.menu	{
		margin-left:	2em;
		margin-right:	2em;
		text-align:	center
		}
			
	.self	{
		font-size:		85%;
		font-weight:		bold;
		text-decoration:	none;
		background-color:	#666633	
		}
	
/* default menu link colors */

	a:link		{ color : #00ccff }
	a:active 	{ color : #ccffcc }
	a:visited	{ color : #ff9900 }