<!--

html {
  height: 95%;
}

body {
  height: 95%;
  background-color: white;
  color: black;
  font-family: monaco;
  font-size: small;
}

div.page {
  width: 640px;
  height: 100%;
  margin: 10px auto 0px auto;
  background-color: white;
}

div.innerBeing {
  clear: both; margin: 0px; padding: 0; width: auto;
}

div.header {
  height: 80px;
  margin: 2px 2px 0px 2px;
  background-color: #C0C0C0;
  color: black;
}

div.title {
  width: 100%;
  margin: 0px auto 0px auto;
  text-align: center;
  font-weight: 700;
}

div.address {
  float: left; margin: 0px; padding: 0;
}

div.contactInfo {
  float: right; margin: 0px; padding: 0; text-align: right;
}

div.objectiveInfo {
  text-indent: 1.5em;
}

div.experienceTitleCo {
  float: left; margin: 0px; padding: 0; font-weight: 700;
}

div.experienceDates {
  float: right; margin: 0px; padding: 0; font-weight: 700; text-align: right;
}

div.educationInfo {
  float: left; margin: 0px; padding: 0; font-weight: 700;
}

div.educationDate {
  float: right; margin: 0px; padding: 0; font-weight: 700; text-align: right;
}

div.footer {
  display: none;
}

img { border: none; }

-->

