    h1, h2, h3, h4, h5, h6 {
        position: relative;
        font-family: 'Arial Narrow', sans-serif;
        font-weight: bold;
    }

    h1,
    h2.greater {
        font-size: 36px;
        line-height: 1.4;
        margin-bottom: 0px;
        color: #fffefe;
        text-transform: uppercase;
    }

    .has-js h1 {
        margin-bottom: 4px;
    }

    h2,
    h1.lesser,
    h3.greater {
        font-size: 18px;
        line-height: 1.3;
        margin: 12px 0 16px 0;
        color: #8a300d;
        text-transform: uppercase;
        clear: both;
    }

    #SideBar h2 {
        font-size: 19px;
        line-height: 1.3;
        margin: 4px 0 0 0;
        color: #fffefe;
        text-transform: uppercase;
    }

    h3,
    h2.lesser,
    h4.greater {
        font-size: 12px;
        font-family: Verdana, Geneva, sans-serif;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 6px;
        color: #8a300d;
    }

    h4,
    h3.lesser,
    h5.greater {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    h5,
    h4.lesser,
    h6.greater {
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 3px;
    }

    h6,
    h5.lesser {
        font-size: 10px;
    }
	body{
		background-size: initial;
	}