﻿h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
	font-size: 32px;
	text-decoration: underline;
	color: #000066;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	position: relative;
	text-decoration: underline;
	color: #000066;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #000066;
}
.white {
	background-color: #FFFFFF;
	padding:10px;
}
