/* This document contains all the styling for headers and text elements */
h1{
	font-family: Tahoma;
	font-size: 18px;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
	color: #ffffff;
	padding-left: 5px;
	margin: 2px 0px 0px 0px;

}
h1 a{
	text-decoration: none;
	color: #d9e7ff;
}
h1 a:hover{
	text-decoration: none;
	color: #3e4249;
	background-color: #ffffff;
}
h2{
	font-family: Tahoma;
	font-size: 18px;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
	color: #ffffff;
	padding-bottom: 5px;
	margin: 2px 0px 0px 0px;

}