p {
	color: blue;
	width: 700px;
	font-size: 12pt;
	padding-top: 5px;
}

li {
	color: blue;
	font-size: 12pt;
	padding-top: 10px;
}

p.big {
	font-size: 14pt;
	font-style: italic;
}

h2 {
	color: red;
	width: 700px;
	text-align: center;
	font-size: 18pt;
	font-style: italic;
}

h3 {
	color: blue;
}

.free {
	color: red;
	font-size: 14pt;
	font-style: italic;
	font-family: sans-serif;
}

#iebugfix {
	width: 600px;
}

.button {
	align: center;
	text-align: center;
}
.footnote {
	font-size: 10pt;
}

