body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: .075em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 580px;
	text-align: justify;
}

p.header {
	text-decoration: underline;
	font-weight: bold;
}

p.smallerText {
	font-size: 12px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #000000;
}

.list {
	font-size: 14px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
