.header{
	font-family: "Gill Sans", sans-serif;
	font-weight: bold;
	font-style: italic;
	color: white;
	font-size: 28px;
}

.subheader{
	font-family: "Gill Sans", sans-serif;
	color: white;
	font-size: 19px;
}

.text{
	font-family: "Gill Sans", sans-serif;
	color: white;
	font-size: 14px;
	line-height: 1.5em;
}
.subtext{
	font-family: "Gill Sans", sans-serif;
	color: white;
	font-size: 12px;
}
a:link { 
	color: white;
	font-weight: bold;
	}
a:visited { 
	color: white;
	font-weight: bold;
	}
a:hover { 
	color: #95BD77;
	font-weight: bold;
	}
a:active { 
	color: white;
	font-weight: bold;
	}