/* File: culProcessing/stylemm.css */
body
     {background-color: #ffffff; }
h1,h2,h3 
    { color: blue; 
	 background: yellow; 
	 text-align: center;
	}
embed { width: 100%; height: 85%; }
img 
	{ border: 0px solid #000000; 
	  float: right;
	}
p 
	{ 
	size: 6; 
	font-weight: bold; 
	color: #00FF00;
	float: left;
    width: 530px;
    border: 2px solid #73AD21;
    padding: 10px;
	}
	
hr 
     {color: blue; }	

	
		

