
 	   html, body {
 	   		 margin: 0;
 	   		 padding: 0;
	   }
	   .banner {
	   		 font-size: 14px;
			 font-weight: bold;
			 font-family: sans-serif;
			 color: #c7fd13; 
	   }
	   .text {
	   		 font-size: 14px;
			 font-family: sans-serif;
			 color: #5f5f5f; 
	   }
	a:link		{ text-decoration: none; }
	a:active	{ text-decoration: none; }
	a:visited	{ text-decoration: none; }
	a:hover		{ text-decoration: underline; }	
	img.pop {position:absolute; top:0; right:0;}   
