body {

background-color:#fffafa;

}



a:link { 
text-decoration: none; 
color: #FFFFFF; 
} 

a:visited { 
text-decoration: none;
color: #FFFFFF; 
} 

a:focus { 
text-decoration: none;
color: #FACC2E; 
} 

a:hover { 
text-decoration: none;
color: #FACC2E; 
} 

a:active { 
text-decoration: none;
color: #FACC2E; 
}


h1 {
    	font-family:  Trebuchet MS, sans-serif;
	font-size: 32pt;
	color: #575757;
}


h2 {
    	font-family:  Trebuchet MS, sans-serif;
	font-size: 30pt;
	color: #575757;
}

h3 {
    	font-family:  Trebuchet MS, sans-serif;
	font-size: 26pt;
	font-style: normal;
	font-weight: 100;
	color: #575757;
}

p {
    	font-family:  Arial, sans-serif;
	font-size: 24pt;
	color: #575757;
}

th {
    	font-family:  Trebuchet MS, sans-serif;
	font-size: 32pt;
	font-style: normal;
	font-weight: 100;
	color: #878787;
}

		#header
		{
			text-align:center;
		}

		#content_container {
    			padding-bottom:3em;
		}

		#footer
		{
			position:fixed;
			bottom:0px;
			background:#000000;
			text-align:center;
			padding:10px;
			width:100%;
		}