﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
}

#footer_copyright {
    font-size: 14px;
    color: #5C5C5C;
    text-align: center;
}

.nav_link {
    text-align: center;
    font-size: 20px;
    color: #1F1A17
}

.overview {
    text-align: justify;
}

h1, h3 {
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-size: 48px;
    font-weight: normal;
}

h4 {
    font-size: 20px;
    font-weight: normal;
}

h5 {
    font-size: 16px;
    font-weight: bold;
}

p.summary {
    font-weight: bold;
}

p.notes {
    color: #5C5C5C;
    font-size: 12px;
}

p.quote {
    font-style: italic;
}

a {
    outline-style: none;
    outline-width: medium;
    text-decoration: none;
    color: #00A6D6;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

