body, html {
  font: 12px Arial, Helvetica, sans-serif, sans;
  line-height: 15px;
	margin:	 0px;
	padding: 0px;
	height:	 100%;
  color: black;
}

img {
  display: block;
}

a {
	text-decoration: none;
  color: #880000;
}

a:hover {
	text-decoration: underline;
}

