﻿h1{
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: white;
}

h2{
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 150%;
	margin-left: 100px;
	color: white;
}

h3{
	font-size: 18px;
	color: gainsboro;
	margin-left: 140px;
}

div hr {
	width: 800px;
	border-color: grey;
}