body {
	font-size: 22px;
	margin-top: 0px;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
img {  border-style: none;
}
fieldset { border:0px;}
.button {
	background: #ed1c24;
	border-width: 0px;
	border-style: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 30px;
	display: block;
	width: 200px;
}
.button:link {
background-color: #ed1c24;
	color: #FFFFFF;
	
}
.button:visited {
background-color: #ed1c24;
	color: #FFFFFF;

}
.button:hover {
background-color: #ed1c24;
	color: #FFFFFF;
}