* {
		margin: 0px;
		padding: 0px;
		font-family: arial, helvetica, sans-serif;
}

body {
	font-size: 62.5%; /* sets all fonts to 10px to help with em styling*/
	}
	
.clear {
	clear: both;
}

#popupint {
	padding:30px;
	color: #006226;
}

h2 {
	font-size: 2em;
	padding-bottom: 20px;
}

p {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 20px;
}


