﻿
body {
  position: relative;
  padding-top: 140px;
}
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }


h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    color: #ad0003;
    
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

    
footer {
    clear: both;
    background-color:#585067;
    padding: 20px;
    color: white;
}

.alter-color {
    background-color: #eee;
}
.padding-top-bot-10 {
    padding-top: 10px;
    padding-bottom: 20px;
}
.line-height {
    margin-top: 20px;
    padding: 10px;
    line-height: 30px;
    font-weight: bold;
}