body
{
    background-color:rgba(0, 0, 0, 0.73);
    color:White;
}
h1
{
    font-family:'Grutch Shaded',Arial,sans-serif;
    text-align:center;
}
ul li
{
    list-style-type:none;
    float:left;
}
ul li a
{
    list-style-type:none;
    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;
}
ul li:hover a
{
    background-color:Red;
    list-style-type:none;
}
ol
{
    list-style-type:decimal;
    font-size:18px;
    
}
img
{
    float:right;
}

@font-face
{
    font-family:'Grutch Shaded';
    src:url(Fonts/GrutchShaded-webfont.eot),url(Fonts/GrutchShaded-webfont.ttf);
}
