
.abig{
	text-transform: uppercase;
} 

#author	{ text-align: right;
	margin-right: 15%; }

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 100%; 					 
	color: #000088;  					 
	
	background-color: #f5f5f5;   		
	background-image: url(http://www.rivergraphics.com/cabrini/newpages/images/greymarble.gif); 
	margin: 2em 5em 5em 5em; 				
											
}


body2 {
	font-family: helvetica, arial, sans-serif;
	font-size: 100%; 							 
	color: #000088;   							
	background-color: #f5f5f5;									
	background-image: url(back1b.gif); 		
	margin: 3em 1em 1em 1em;
}		


.center	{ text-align: center; }  

h2 {	
	padding-left: 2em;
}

h1   { font-size: 185%; }       /* Adjust heading sizes as appropriate */
h2   { font-size: 150%; }
h3   { font-size: 135%; }
h4   { font-size: 125%; }
.legalese { font-size: 85%; }   /* Footers and the "fine print" */


.vvh1 { 
	text-align: center;
	font-family: "Lucida Calligraphy", helvetica, arial, sans-serif;
	font-size: 200%;
	color: #000088;
}


.boldh1 {
   	text-align: center;
   	color: #000088;
   	border-bottom-style: solid;
   	border-bottom-width: 0.2em;
   	border-bottom-color: #c00;
 }


.imgwide 
	{
	border-style: solid;
	border-width: 2px;
	border-color: navy;
} 
img {
	border-style: solid;
	border-width: 1px;
	border-color: navy;
}
.imgleft, .imgright {
	background-color: transparent;
	color: #000088;
	font-size: 90%;
	padding: 1em;
	text-align: center;
	
}
.imgleft {
	float: left;
		padding-right: 2em;
}
.imgright { 
	float: right;
		padding-left: 2em;	
}		

img.noborder {
	border:none;
	
} 
												
#picframe										 /*This  (#)is an "id", used only once on a page*/
{ 								
	border-top: 3px outset #f0f0f0;
	border-left: 3px outset #f0f0f0;			/*#ccccff; and a9a9a9; for back1b.gif*/
	border-right: 3px outset #a9a9a9;			/* for back1b.gif backgrounds*/
	border-bottom: 3px outset #a9a9a9;

	margin: 0 auto;								/*padding: 1.5em; font-weight: bold;*/
	text-align: center;				
	width: 80%;									/*width: 70%*/
}



	
}


.poem 					/*this is a "class", can be used only once on a page*/
{								
   font-family: helvetica, arial, sans-serif;				
   font-weight: bold;
   
}

#poem {	width: 15em;  /*this is an "id" can be used multiple times on a page*/
   margin: auto;
}

pre	{ font-size: 100%; 
		font-family: helvetica, arial, sans-serif; }







.plist {               /*see below*/
   text-align: left;
   margin: 0 4em;   /* 0 top margin, 4em the other sides, used with a list */
}

					/*<ul class="plist">
					 <li>something...</li>
					<li>something else...</li>
					</ul> */
	
table { margin: 0 auto; }   /*table { margin: 2em auto; }
 							td { padding: 0.25em 1em; }
							th { padding: 1em; color: darkred; }*/


	


/*{margin: 0 auto; }

Same as above, except let it auto(matically) center itself between left
and right sides */


.tdl { 
   text-align: left;
   padding-left: .5em;
}

.tdr {
	text-align: right;
	padding-right: .5em;
}

