/* Universal Typography 	*/
body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font: 12px arial, sans-serif;
	/*font: xx-small/1.4 Verdana, Helvetica, sans-serif;*/
	}
h1, h2, h3, h4	{
	font-weight: bold;
	}
p	{
	margin: 0 0 1.2em 0;
	}
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #375165;
	background: transparent; 
	}
a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #375165;
	}
a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #375165;
	background: transparent;  
	}