﻿body
{
    width: 960px;
    margin: 5px auto;
    font-size: 30pt;
}
.Header
{
    font-weight: bolder;
}
.FeatureMenu
{
    overflow: hidden;
    height: 100%;
}
.FeatureMenu ul
{
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    position: static;
    list-style-type: none;
}
.FeatureMenu li
{
    float: left;
    overflow: hidden;
    position: static;
    white-space: nowrap;
    padding: 15px;
    margin: 0;
    text-align: center;
    cursor: auto;
}
.FeatureMenu li a
{
    text-decoration: none;
}
