body
			{
				background: #000000;
				font-family:"Arial";
				font-size:14;margin:0px;
				padding:5px;
				text-align:center;
			}
			
			div.style1
			{
				background-color:#ffffff;
				color:#000000;
				padding:10px;
				border-style:solid;
				border-width:35px;
				border-top-width:20px;
				border-bottom-width:15px;
				border-color:#b7d22b;
			}
			
			div.style2
			{
				padding-top: 10;
				padding-bottom:10;
			}
			
			a:link
			{
				text-decoration:underline;
				color:black;
				background-color:white;
				color:black;
			}
			
			a:visited
			{
				text-decoration:underline;
				color:black;
			}
			
			#footer
			{
				font-family:arial;
				font-size:7pt;
				color:#8F7578;
				padding-top:15px;
			}