body,td	{
  font-family: Helvetica, sans-serif;
  color: black;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}
body	{
  background: white;
  margin-left: 10%;
  margin-right: 10%;
}
H1	{
  font-family: Helvetica, sans-serif;
  color: red;
  font-size: 25px;
}

H2	{
  font-family: Helvetica, sans-serif;
  color: red;
  font-size: 13px;
}

H3	{
  font-family: Helvetica, sans-serif;
  color: black;
  font-size: 13px;
}

base	{color: green;
	font-size: 10px;
	text-align: right;
  }

address {margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted;
	text-align: right;
  }
.indent {
  width:80%;
  margin:auto;
}
.highlight {
  font-weight:bold;
}
.normal {
  font-weight:normal;
}
