@charset "UTF-8";

body, td, th {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Name {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 1.4em;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 1.2px solid #aaa;
}

b, strong {
    font-weight: 550;
}

p, ul {
    font-weight: 300;
    margin-bottom: 1em;
}

li {
    margin-bottom: 0.7em;
}

li p {
    margin: 0;
    line-height: 1.5;
}

a {
    color: #000;
    font-weight: 300;
    text-decoration: underline;
}
