BODY {	margin-left: 20px;
	margin-right: 20px;
	background-color: white;}

A:link { color: #9999ff;
	text-decoration: none;}

A:visited { color: #9999ff;
	text-decoration: none;}

A:active { color: #ff0000;
	text-decoration: none;}

H1 {	font-family: sans-serif;
	font-size: 160%} 

H2 {	font-family: sans-serif;
	font-size: 150%} 

H3 {	font-family: sans-serif;
	font-size: 140%} 

H4 {	font-family: sans-serif;
	font-size: 130%} 

H5 {	font-family: sans-serif;
	font-size: 120%} 

H6 {	font-family: sans-serif;
	font-size: 110%} 

blockquote { margin-left: 3em;
	margin-right: 3em}

hr {	color: blue;}

	.left { text-align: left;}
       
	.center { text-align: center;}

	.right	{ text-align: right;}

	.double { line-height: 2;}

	.doubleindent { line-height: 2;
		text-indent: 3em; }

	.indent { text-indent: 3em; }
  
	.outdent { text-indent: -2em; 
		margin-left: 2em; }

	.padmargin { margin-left: 2em;
	        margin-right: 1em;
	        margin-top: 1em;
		margin-bottom: 2em;}

	.pagehead { margin-left: -70px;
		text-align: center;}

	.footer { margin-left: -70px;
		text-align: center;
		font-size: 75%;}

	.reverse { color: white; 
		background: black;}

	.obverse { color: black; 
		background: white;}

	.silverbg { color: black; 
		background: silver;}

	.aquabg	{ color: black;
		background: aqua;}

	.redbg 	{ color: black; 
		background: red;}

	.yellowbg { color: black; 
		background: yellow;}

  	.graybarright { float: right; 
		width: 30%; 
		padding: 1em; 
		color: black; 
		background: silver; 
		font-family: sans-serif; 
		font-size: 80%; 
		text-align: left;}      

	.graybarleft { float: left; 
		width: 30%; 
		padding: 1em; 
		color: black; 
		background: silver; 
		font-family: sans-serif; 
		font-size: 80%;}     
 
  	.floatright { float: right; 
		padding: 1em; 
		font-family: sans-serif; 
		font-size: 80%; 
		text-align: left;}      

	.sanstext { font-family: Helvetica, Arial, sans-serif; }

	.bigtext { font-size: 130%;}

	.vbigtext { font-size: 150%;}

	.smalltext { font-size: 75%;}

	.vsmalltext { font-size: 50%;}

	.orrington { font-family: "Orrington SmallCaps", Helvetica, sans-serif;
		font-size: 130%;}

	.banner	{ position: absolute;
		left: 2px;}

	.textbanner { position: absolute;
                left: 2px;
		float: left;
                width: 15%;
                padding: 1em;
                color: black;
                background: silver;
                font-family: sans-serif;
                font-size: 80%;}


