body {
  background-color: #e6e6e6;
  font-family: Arial, Helvetica, sans-serif;
}
.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: *;
	background-color: white;
	width:100%;
	text-align: center;
}
input[type=submit] {
  background-color: black;
  border: none;
  color: white;
  padding: 3px 51px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}
a:link, a:visited {
  background-color: white;
  color: black;
  padding: 3px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: Sans-serif;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
}
.btnRight {
  float: right;
}
