/* Begin Typography & Colors */

body {
	background-color:#FFFFFF;
	font-size:12pt;
	font-family:"Century Gothic", "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	color:#413f3b;
	text-align:center;
	}

html {
	min-height:100.1%;
	}

p {
	font-size: 12pt;
	font-family:"Century Gothic", "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5 {
	font-family:"Century Gothic", "Times New Roman", Times, serif;
}

h1 {
	font-weight: normal;
	color: #c0c455;
}

h2 {
	font-weight: normal;
	color: #413f3b;
}

.footer {
	padding-top: 75px;
}

ul {
list-style: none;
}

li {
	padding-bottom: 20px;
}

a, a:link, a:visited {
	font-family:"Century Gothic", "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #413f3b;
	text-decoration: underline;
	
}

a:hover {
	color: #c0c455;
}
