﻿p.Summary {
    font-size: 30px;
    color: black;
    text-align: center;
}

p.Problem {
    font-size: 30px;
    color: black;
    text-align: center;
}

p.Solution {
    font-size: 30px;
    color: black;
    text-align: center;
}

p.Heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color: black;
}

p.normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    color: black;
}

ul.level1 {
    margin-left: -20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    color: black;
}

ul.level2 {
    margin-left: -10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    color: black;
    list-style-type: disc;
}

ol.lower-alpha {
    margin-left: -20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    color: black;
    list-style-type: lower-alpha;
}

li.nobullet {
    list-style-type: none;
}


span.em {
    font-style: italic;
}

a.textlink {
    color: #337ab7;
}

a.textlink:hover {
    text-decoration: underline;
}
