body

{
    background-color:rgba(0, 0, 255, 0.61);
}

h1
{
    font-family:GrutchShaded, Arial, sans-serif;
    
	text-align:center;
    
	color:White;
}

ul
{
    
	text-align:center;
    
	list-style-type:none;
    
}

ul li

{
    
	display:inline;

	width:220px;
    
	background-color:Silver;
    
	text-align:center;
    margin:20px;
    border-radius:15px;
    border-bottom-style:outset;
}
ul li a
{
    font-family:Verdana, Tahoma, sans-serif;
    font-size:18px;
    color:Black;
    text-decoration:none;
    outline:none;
}
ul li:hover
{
    background-color:Red;
}

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