body {
	background-color:#EBEBEB;
	font-family: Times New Roman, Times, serif;
	font-weight:bold;
	}
	
#container {
	width:800px;
	height:auto;
	margin: 0 auto;
	}
	
#header {
	width:100%;
	height:150px;
	background-color:#006699;
	}
	
h1 {
	font-size:50px;
	color:#CCCCCC;
	margin: 15px 0 0 20px;
	}
	
h2 {
	font-size:26px;
	color:#999999;
	margin: 0 0 0 60px;
	}

h3 {
	font-size:22px;
	color:#006699;
	margin: 5px 0 0 5px;
	}
	
p {
	font-size:14px;
	color:#000000;
	margin: 0 10px 0 10px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	}
 
#content {
	background-color:#E4E4E4;
	}

#content a:link {text-decoration:none;}
#content a:visited {text-decoration:none;}
#content a:hover {text-decoration:underline;}
#content a:active {text-decoration:underline;}

#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
