﻿#PageHolder {
    margin-top: 85px;
    z-index: 1
}

#IndexList {
    display: inline-block;
    width: 950px;
    height: 100px;
    margin: auto
}

.IndexLink {
    float: left;
    width: 312px;
    background: #00BB00;
    border-radius: 15px;
    background: linear-gradient(to bottom,  #0D0, #070);
    line-height: 30px;
    text-align: center;
    box-shadow: 2px 3px black;
    margin-top: 2px;
    margin-bottom:2px;
    margin-left: 2px;
    margin-right: 2px
}

.IndexLink a {
    color: white;
    text-shadow: 1px 1px 0 black;
    font-style: normal
}

.IndexLink a:hover {
    color : yellow
}

.Bolder {
    font-weight: bold
}

#spacer {
    float: left;
    height: 5px;
    width: 800px;
}