body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #112;
  background-color: #fff;
}

#main {
  width: 100%;
  border: none;
  padding: 0px;
  margin: 2px;
}

h2, h3, h4 {
  font-size: 1.1em;
  font-weight: bold;
  border-top: 1px dashed #224;
  margin: 10px 0px 5px 0px;
}

a {
  text-decoration: none;
  color: #22f;
  background-color: #fff;
}

a:hover {
  background-color: #ff2;
  color: #f22;
}

#personal-name {
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
  color: #224;
  background-color: #eee;
}

#cv-head {
  float: left;
}

#objective {
  font-size: 1em;
  font-weight: bold;
}

.skills-header {
  border-top: 4px solid #000;
  border-bottom: 2px solid #224;
}

.skills-lite, .skills-dark {
  font-weight: normal;
  font-size: .9em;
  border-right: 2px solid #224;
  border-left: 1px solid #eef;
  background-color: #fff;
}

.skills-dark {
  background-color: #ddd;
}

.skills-footer {
  border-bottom: 2px solid #224;
}

.job, .education, .adtl-info {
  font-size: .9em;
  font-weight: normal;
  color: #112;
  background-color: #fff;
}

.job-title {
  font-size: 1em;
  padding-top: 5px;
}
