h2 {
    margin: 1em 0 0;
    font-size: 181%;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

h3 {
    margin: 1em 0 0;
    font-size: 149%;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

h4 {
    margin: 1em 0 0;
    font-size: 122%;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

p  {
    margin: 1em 0 0;
    font-size: 100%;
    color: black;
    font-weight: normal;
    text-decoration: none;
}

ul {
    margin: 0 0 0 2em;
}

b {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

strong {
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

em {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}
