body {
     /*overflow:hidden; 	   hide the body scrollbar */
	 font-family: Courier New, monospace,serif; 
	 font-weight:normal;
	 color: white;
	 background-color:#000033;
	 /* height:90%;	 */
	 margin:0;
	 padding:0;
	 line-height: 1.5em;		 
	}

       div.shadowdiv {         
         float:center;
         padding:10px 10px 10px 10px;
		 box-shadow:10px 10px 8px 8px #eeeeee inset;  
         border-radius: 3px;
		 background-color:#777777; 
		 
       }

       .col1 {         
         vertical-align: middle;
       }
	   
	   
       .col2 {         
	     
         padding: 10px;         
         background:url('oldpaper.jpg');
         border-radius: 10px;
       }	          
	   
	   table { 
	     border-color:#ffffff;	   		  
         table-layout:fixed;
		 width=350px;
		 
	   }
	   table th { color:#000000; }
	   table td { color:#000000; 
	           width: 300px; 			   
			   overflow-wrap:break-word;
			   word-break:break-word;
		   }  
	   table.center {
	     margin-left:auto;
		 margin-right:auto;		 
	   }

/* these two divs are needed to center and middle the table */

/*
.idiv {
display:table;
width:100%;
height:100%;
border: 1px solid #000000;
}	   
.jdiv {
display:table-cell;
vertical-align:middle;
}	   
*/