


body {
         /* overflow:hidden; 	   hide the body scrollbar */
	 /* font-family: Courier New, monospace,serif;  */
         font-family: Arial;
	 font-weight:normal;
	 color: #000000;
	 /* background-color:#000033; */
	 height:100%;	
	 margin:10;
	 padding:10;
	 line-height: 1.5em;		 
	}



div.shadowdiv {        

     padding: 3px 3px 3px 3px;
	 box-shadow: 3px 3px 3px 3px #ffffff inset;   
	 border-radius: 3px;
	 background-color:#ffffff; 		

}

.col1 {         
  vertical-align: top; 
  /* max-width:350px; */
}

.col1 img {
     /* height=140px; 
     max-width:140px;
     max-height:140px;  
     */
}

.col2 {              
     padding: 10px;         
     background:url('oldpaper.jpg');
     border-radius: 10px;
   /*  height:200px;
       max-width:140px;
       max-height:200px; */
     overflow-wrap:break-word;
}	         

/*
table { border-color:#ffffff;}
table th { color:#000000; }
table td { color:#000000; }  
*/   



	