html, body, h1, div, span, p, a {
  margin: 0;
  border: none;
  padding: 0;
}

body {
  font-family: 		"Times New Roman", serif;
  padding: 		1em;
}

#div_body {
}

#div_header {
  color: 		black;
  background: 		white;
}

#div_header h1 {
  display: 		none;
}

#div_header .name {
  text-transform: 	uppercase;
  font-weight: 		bold;
  font-size: 		larger;
}

#div_header .address {
  font-weight: 		bold;
  font-size: 		larger;
}

#div_header .email {
  margin-top: 		1em;
}

#div_content {
}

#div_content h2 {
  text-transform: 	uppercase;
  font-weight: 		bold;
  font-size: 		100%;
  margin-bottom: 	0.3em;
}

#div_content h2:after {
  content: 		":";
}

#div_content h3 {
  font-weight: 		normal;
  font-size: 		100%;
  text-decoration: 	underline;
  margin: 		0;
}

#div_content h3:after {
  content: 		":";
}

#div_content dt {
  font-style: 		italic;
}

#div_content dd {
  padding-bottom: 	0.5em;
}

#div_content dd p {
  padding-bottom: 	0.5em;
}

#div_content .title {
  font-weight: 		bold;
}

#div_footer {
  clear: 		both;
  margin: 		2em;
  text-align: 		center;
}
