﻿#upper-container {
    background-image: url("images/custom-background.png");
    background-repeat: no-repeat;
}
#inner-container img {
    background-image: url("images/imageborder.jpg");
}
#content-parent {
    margin-top: 299px !important;
}
#content-parent ol {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
}
#content-parent li {
    padding-left: 10px;
}
h1 {
    background-image: url("images/h1-bg.png");
    background-repeat: no-repeat;
    background-position: left;
}
h2 {
    background-image: url("images/heading-bg.png");
    background-repeat: no-repeat;
    background-position: left;
}

#inner-container a {
    color: #019e48;
    text-decoration: none
}
#inner-container a:hover {
    color: #000 !important;
}
#inner-container a:visited {
    color: #019e48
}
