

html {
  height: 100%;
  margin-bottom: 0px;
}

h3 {
font-size: 20px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border:none;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.8em;
	margin: 50px 50px 50px 50px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button {
 cursor: pointer;
 background:none;
}

p {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align:justify;
  font-size: 16px;
  }

	
