body
{
    background-color:rgba(25, 117, 0, 0.82);
    color:White;
}
h1
{
    font-family:'Grutch Shaded',Arial,sans-serif;
    text-align:center;
}
ol li
{
    float:left;
    list-style-type:none;
}
ol li a
{
    float:left;
    width:220px;
    background-color:Blue;
    text-align:center;
    margin:20px;
    border-radius:15px;
    border-bottom-style:outset;
    font-family:Tahoma, Verdana, sans-serif;
    font-size:18px;
    color:white;
    text-decoration:none;
    outline:none;
}
ol li:hover a
{
    background-color:Red;
    list-style-type:none;
}
ul li
{
    font-size:20px;
    list-style-type:circle;
}
ul li ul li
{
    font-size:18px;
    list-style-type:square;
}
@font-face
{
    font-family:'Grutch Shaded';
    src:url(Fonts/GrutchShaded-webfont.eot),url(Fonts/GrutchShaded-webfont.ttf);
}