* { 
  margin: 0; 
  padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
}

p {
	font-size: 12px;
  margin-bottom: 18px; 
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}
h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  font-size: 12px; 
  line-height: 18px; 
}

ul, 
ol { 
  margin-bottom: 18px; 
}

td, th {
	font-size: 12px;
	text-align: left;
}