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

img {
  display: block;
}

a {
	text-decoration: none;
  color: #00a3bf;
}

a:hover {
	text-decoration: underline;
}

.editbutton {
  position: relative;
  margin-top: 8px;
  font-weight: bold;
  background-color: red;
  width: 120px;
  text-align: center;
  font: bold 11px Arial, Helvetica, sans-serif, sans;
  line-height: 15px;
  border: 1px solid #993333;
  color: white;
  cursor: pointer;
}

.editbutton a {
  color: white;
}

.editbutton:hover {
	text-decoration: none;
}


h2 {
	font: 16px Arial, Helvetica, sans, sans-serif;
  margin-top: 0;
	font-weight: bold;
}

h1 {
	font: 20px Arial, Helvetica, sans, sans-serif;
  margin-top: 0;
	font-weight: bold;
}


p {
	margin:	 0px;
	padding: 0px;
}
