body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 35px;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #E92E39;
}
a:active {
	text-decoration: none;
	color: #E92E39;
}
.button a {
	text-decoration: none;
	color: #ffffff;
}
.button a:link {
	text-decoration: none;
	color: #ffffff;
}
.button a:visited {
	text-decoration: none;
	color: #ffffff;
}
.button a:hover {
	text-decoration: none;
	color: #ffffff;
}
.button a:active {
	text-decoration: none;
	color: #ffffff;
}
