body 
{
    background-color:rgba(0, 0, 0, 0.56);
    font-family:Verdana, Tahoma, sans-serif;
    color:White;
}
h1
{
    font-family:GrutchShaded, Verdana, sans-serif;
    text-align:center;
}
h2
{
    font-family:'Kingthings Foundation', Verdana, sans-serif;
}
.Codigo
{
    font-family:'Courier New', Verdana, sans-serif;
}
ul
{
    list-style-type:none;
}
ul li a
{
    list-style-type:none;
    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;
}
ul li:hover a
{
    background-color:Red;
}
@font-face
{
    font-family:'Courier New';
    src:url(Fonts/cour-webfont.eot),url(Fonts/cour-webfont.ttf);
    font-family:'Kingthings Foundation';
    src:url(Fonts/Kingthings-webfont.eot),url(Fonts/Kingthings-webfont.ttf);
}
@font-face
{
    font-family:GrutchShaded;
    src:url(Fonts/GrutchShaded-webfont.eot),url(Fonts/GrutchShaded-webfont.ttf);
}