body {
	font: 16px/1.5 sans-serif;

}

#header {
 
	color: #fff;
	text-align: center;
	
}

#content {
	margin: 0px;
}



a:link, a:visited, a:hover, a:active {
	color: #fff;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #ff5c43;
}

em {
	font-style: italic;
}