@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	font:12px 'Lucida Sans', Helvetica, Tahoma, sans-serif;
}
	
	#container {
		text-align:justify;
		width:75%;
		margin:0 auto;
	}
	
		#container h1 {
			color:#F7811D;
			font-size:16px;
		}
		
		#container h2 {
			color:#F7811D;
			font-size:14px;
		}		
