
.caption {	
position: relative; left:8%; margin: 0px; padding: 0px;
/* width: 45px; */ /* width cannot go here unless all images are 
same size	so put width inline instead */
border: 0px solid #777;									
font-size:120%;
color:black; 
font-family: "comic sans ms", Verdana, Arial, sans-serif;
				}
.caption img {
border: 0px solid #777;
} /* adjust to suit */
.left {float: left;}
.right {float: right;}
/* note if border is used on the caption image the inline 
											width of caption box should be 
											width of image + left/right borders */ 

.caption p {
text-align:justify;
margin:0.5em 0 2em 0;padding:0;
	}	
/* .caption{ display:block; margin-left:auto;margin-right:auto;  }*/  
.caption p.names {
text-align:center;
margin:0.5em 0 2em 0;
padding:0;
	}

/* for listen page */
#linklist      {
padding: 0 0 2em 3em;  
color: #0E2CFA;  line-height: 30px;
}
#linklist li	  {
font-size:115%;list-style-type: none; 
}								 
#linklist li 	a {
text-decoration:none; 
}	
#linklist li a:link,
#linklist li a:visited { 
color:#0E2CFA;
}
#linklist li a:hover 	{ 
color: #000;  background-color: #d1cc9b;
}
#listen p.small { 
 padding: 1em 0 0em 3em;  
font-weight:bold; color:#03C; 
margin:0; 
font-size:0.8em; font-style:italic;	  
}  


                                        




