html {
overflow-y: scroll;
}
h1 {
	font-family: "Century Gothic", Verdana;
	font-size: 25px;
	color: #e88433;
}
h2 {
	font-family: "Century Gothic", Verdana;
	font-size: 20px;
	color: #FFFFFF;
}
p {
	font-family: "Century Gothic", Verdana;
	font-size: 13px;
	color: #FFFFFF;
}
.lgtext {
	font-family: "Century Gothic", Verdana;
	font-size: 19px;
	color: #FFFFFF;
}
a:link {
	color: #F0AE34;
	text-decoration: none;
}
a:visited {
	color: #F0AE34;
	text-decoration: none;
}
a:hover {
	color: #FFBA39;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
#hideThis {
	display:none;
}

/*Footer*/
#footer a {
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
	color: #333333;
    text-decoration: none;
}
#footer a:hover {
	font-family: "Century Gothic", Verdana;
	font-size: 11px;
	color: #636363;
	text-decoration: underline;
}
