body {
	margin: 0px;
	padding: 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px; 
    font-weight: normal; 
	font-size: 12px;
	color: #000000;
	}

/* 
Global Styles
-------------------------------------------------------------- */

h1 {
    font-weight: bold; 
	font-size: 18px;
	line-height: 22px; 
	color: #000000;
  	display: block;
	}

h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	}

a {
	color: #000000;
	}

hr {background-color:#DDDDDD; border: none; color:#DDDDDD; height:1px} 
