@charset "utf-8";
/* typography.css */

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

p, li {
	font-size: 12px;
	line-height: 1.5em;
}

th {
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}

div.testimonials {
	font-style: italic;
}

span.bold {
	font-weight: bold;
}

ul.contDets {
	margin-left: -40px;
}

ul.contDets li {	
	list-style: none;
}
