/* CSS Document */



body {
	background-color: #D8D8D8;
}
h1  {
	background-color: #F5F5EB;
	color: #78575C;
	text-align: center;
} 
.h5 {
	color: #78575C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
}
h6 {
	color: #AFC3D7;
}


h2 {
	color: #78575C;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #D8D8D8;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #78575C;
	font-size: 16px;
	text-align: center;
}

h4 {
	
	font-weight: bold;
		font-weight: bold;
	color: #78575C;
	font-size: 14px;
	text-align: center;
	
}

	

a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #78575C;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

