body {	
	text-align: center;
	background-color: #000000;
	margin: 0px;
	padding: 90px 0px 90px 0px;
}

a:link	   	{color: #ffffff; text-decoration: underline;}
a:visited  	{color: #ffffff; text-decoration: underline;}
a:hover    	{color: #000000; text-decoration: underline;}

h1	{	
	font-family: Georgia,"Trebuchet MS",Verdana,Arial; 
	font-size: 48pt; 
	font-weight: normal; 
	color: #000000; 
	text-align: center;
	margin: 0px 0px 20px 0px;
}

p {
	margin: 0px 0px 10px 0px; 
	padding: 0px; 
	font-family: Calibri,"Trebuchet MS",Verdana,Tahoma,Arial; 
	font-size: 16pt; 
	font-weight: bold; 
	color: #000000; 
}

p.body_p {
	margin: 55px 0px 10px 0px; 
	padding: 0px; 
	font-family: Calibri,"Trebuchet MS",Verdana,Tahoma,Arial; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #696969; 
}
p.body_p a:link {text-decoration: none; color: #696969;}
p.body_p a:visited {text-decoration: none; color: #696969;}
p.body_p a:hover {text-decoration: underline; color: #696969;}

p.small {
	margin: 0px 0px 15px 0px; 
	padding: 0px 40px 0px 40px; 
	font-family: Calibri,"Trebuchet MS",Verdana,Tahoma,Arial; 
	font-size: 11pt; 
	font-weight: normal; 
	color: #000000;
	text-align: justify;
}

.container {
	width: 550px; 
	margin: 0 auto; 
	padding: 50px; 
	background-color: #E67E00;
	text-align: center;
	-moz-border-radius: 25px; /* Firefox */
	-webkit-border-radius: 25px; /* Safari and Chrome */
	border-radius: 25px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
