body {
				font-family: Arial, Helvetica, sans-serif;
				color: #777777;
				text-align: justify;
			}
			#body {
				width: 720px;
				margin: 0 auto;
			}
			#header {
				background-color: #ffffff;
				text-align: center;
				padding-bottom: 20px;
			}
			
			h1 {
				font-size: 70px;
				margin: 10px 0px 0px 0px;
				color: #000000;
			}
			h2 {
				font-size: 20px;
				margin: 0px;
				color: #000000;
			}
			h3 {
				font-size: 16px;
				margin: 0px;
				color: #000000;
			}
			p {
				font-size: 16px;
			}
			a {
				color: #777777;
				text-decoration: none;
			}
			.bcs {
				color: #ffffff;
				text-decoration: none;
			}
			#footer p {
				color: #000000;
				font-size: 14px;
				text-align: center;
			}
			.img {
			float: right; margin: 50px 5px;
			}
			.img img {
				border: 1px solid #777777;
			}
			.img_holder {
				height:190px; width: 715px; position: relative; left: -25px;
			}
			
			.page {
				overflow:auto;
				height:300px;	
			}
			.details {
				background:#D3D3D3; padding: 10px;
			}
			
			span.dropcap
{
 float: left;
 font-size: 46px;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
}


