@charset "utf-8";
/* CSS Document */   
	*	{color: #33C;
		font: 1em/1em Verdana, Arial, Helvetica, sans-serif;
		}
	body {
	background-color: #fafad2;	/* LightGoldenRodYellow	*/
	    }
	h1 {
	color: gray;
	font-family: "Franklin Gothic Book", sans-serif;
	font-weight: bold;
	/*	font-style: italic; 		*/
	/*	text-decoration: underline; */
	font-size: 1.5em;
		}
	h2	{
		color: blue;
		font-size: 1.2em;
		line-height: 1.3em;
		}
	strong	{font-weight: bolder;	}
	h2 strong {
		/*	color: #00CC66;	*/
		font-family: "Franklin Gothic Medium Cond" , sans-serif;
		font-weight: normal;
		font-size: 1.1em;
		letter-spacing: .05em;
		}
	li, li strong	{
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: "Franklin Gothic Book", sans-serif; 
		}
	a			{background-color:#CFF;}
	a:link		{ background-color:#F5F5A7; }
/*	a:visited 	{			color:#C66;
				background-color:#F5F5A7;	}  */
 	a:hover 	{ background-color:#9FF;
					color: green;			}
	a:focus 	{			color:#C66;
				background-color:#F5F5A7;	}
	a:active	{color: #C36				}
		
/*	img 		{float: left; 	margin: 5px 20px 5px 20px;		} */
	img /* .imgr */	{float: left; margin: 5px  20px 5px  20px;	} 
	#footer {text-align: center;}
	.floater	{float: left; width: 90px;	}
	.clear_break	{clear: both;	}
	

.test {
	font-family: "Adobe Caslon Pro";
	color: #33C;
}

