﻿html {
    background-color: rgb(149,174,194);
    background-image: url(Graphics/BkgGradient.jpg);
	background-repeat: repeat-x;
}

ol {
    margin: 15px 0 15px 0;
}

.Content h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #348;
    top: 155px;
    font-size: 2em;
    font-weight: bold;
}