 

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

body {
	font-family: "Times New Roman" helvetica, arial, sans-serif;
	font-size: 100%; 					 
	color: #ffffff; 
	font-weight: bold; 					 
	
	background-color: #000000;   		
	
	margin: 2em; 				
}

/* How to put in a background - use in body  above -
background-image: url(http://www.rivergraphics.com/cabrini/newpages/greymarble.gif); 
*/
	
		


.center	{ text-align: center; }    /*<div class="center"> or h2 or p*/



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" use with <div>!*/



img {
	border-style: solid;
	border-width: 5px;
	border-color: white;
	padding: .5em;
	text-align: center;
}



.imgleft, .imgright,  {
	background-color: transparent;
	color: white;
	font-size: 90%;
	padding: 1em;
	text-align: center;
	
}
.imgleft {
	float: left;
		padding-right: 2em;
}
.imgright { 
	float: right;
		padding-left: 2em;	
}		



img.noborder {
	border:none;
	
} 

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

	margin: 0 auto;	
	padding: 2em;							
	text-align: center;				
	width: 80%;									
}




.poem 					
{								
   font-family: helvetica, arial, sans-serif;				
   font-weight: bold;
   
}



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




.plist {               
    
   display: inline;
   font-weight: bold;
   line-height: 3em;
   list-style-type: none;
   padding: 1em;
} 


					/*<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;
}
