	
		body {
			 
			
			width: 400px;
            height: 380px;
			margin: auto;
			text-align: left;
			padding-bottom: 20px;
	        font: 14px Arial;
	}     
	   
	    p { 
	    text-align: left; 
	    margin: 15px 0; 
	    }
	    
	    img {
	border-color: #ff2400;
	border-width: 3px;
}
	    
	    .mainPicContainer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
		/*	border: 1px solid #000000; 
			  this is the border. should have the same value for the links */
			margin: auto;
			width: 200px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 100px;
			clear: both;
	/*	background: #c7c7c7; */
			/*background:  url(../images/monomulatorlittlebox.png); */
	color: #ffffff;
	font: 14px arial;
	border-style: solid;
	border-color: #ff1c00;
}
	
