body{
    background-color:#000000;
    font-family: 'Rye', cursive;
    font-size:16px;
}

.header{
    padding:0 0 0 0;
    margin-top:-5;
}
h1{
    color:#FFFFFF;
    font-size:32px;
}
#menu{text-align:center;}
input[type=button] {
    width: 8em;  height: 3em;
    margin-right:15px;
    font-size:15px;
    font-weight:bold;
}
input[type=button]:hover {
    background-color:#F00756;
    cursor:pointer;
}
hr{
    color:#fff;
}
a{ color:#F80004;
text-decoration:none;
}
span{
    text-align:center;
}
