html {
  height: 100%;
  margin-bottom: 0px;
    margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #5076B6;
}

a:link, a:visited {color: #5076B6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.whitelink  {
color: white;
	text-decoration: none;
	}
a.whitelink:hover {
	text-decoration: underline;
}
.button {
	cursor: pointer;
	color:#fff;
	border:none;
	font-size:12px;
	height:22px;
}


