@charset "UTF-8";
/* Unique Concrete - CSS (Content/Text) */


body{
	font-family:"Times New Roman", Times, serif;
	
}


#content{
	color: #000;	
}

span.pagetitle{
	font-size:36px;
}

p{
	margin-top: 0;
	margin-bottom: .5em;
	
}

h2{
	color:#F60;
	margin-top: 0;
	margin-bottom: 0;	
}

p.legal{
	/*small text for legal notices*/
	font-size: 75%;
	color:#999;
}