﻿ p {
    margin-bottom: 15px;
}

h2 {
    margin-bottom: 15px;
}

.sub-nav {
    color: white;
    background-color: #3E261D;
    height: 30px;
    width: 100%;
}

.sub-nav ul {
    padding-top:3px;
}

.sub-nav a {
    margin-left: 10px;
    color: white;
}

.sub-nav li {
    display: inline;
    list-style-type: none;
    margin-right: 20px;
}      

ol, ol > li {
    list-style-type: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
}