h1,h2,h3 {
    color: #040188;
}

h1 {
    font-size: 2em;
    font-weight: 900;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

h2 {
    font-size: 1.1em;
    font-weight: 300;
    margin-top: 1em;
    margin-bottom: 0.2em;
    border-left: .2em dotted #040188;
    padding-left: 1em;
}

h3 {
    font-size: 1.1em;
    margin-top: 1.5em;
    margin-bottom: .5em;
}

p.topic, p.topicsel {
    text-align: left;
}

p.lang, p.langsel {
    text-align: left;
}

div.text > p {
    font-family: serif;
    text-align: left;
}

a {
    color: green;
}

table.cv {
    margin: 0;
    border-spacing: 0em 0.3em;
}

table.cv th {
    width: 9em;
    text-align: left;
    font-weight: normal;
    padding: 0;
    vertical-align: top;
}

p.cv {
    margin-left: 9em;
}

span.cvpre {
    position: absolute;
    top: auto;
    left: 1em;
}

p.proterm {
    margin: 0;
}

p.proterm span {
    font-weight: bold;
}

#me {
    width: 7em;
    height: 7em;
}

li.skills {
    list-style-type: square;
}

p.heading {
  font-weight: bold;
  margin-bottom: 0.3em;
}

ul {
  list-style-type: square;
  margin-top: 0;
}

