@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	}
	
#container {
	margin: 0 auto;
	text-align:left;
	}
	
h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #006;
	margin: 1px 0 1px 0;
	}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 1px 0 1px 0;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.1em;
	}

h6 {
	font-size: 1em;
	}