body{
/*    font-family: 'Helvetica';*/
font-family: 'Droid Sans', 'Helvetica', serif;
}
a{
    text-decoration: none;
    color: #000;
}
h1{
    color: #ffe400;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: -2px;
    text-shadow: 2px 2px 2px #ccc;
}
div#top{
    height: 5px;
    background-color: #ffe400;
}
.container{
    padding: 100px 10px 10px 10px;
}
.container p{
    line-height: 30px;
    margin: 0px;
    font-size: 20px;
}
div#footer{
    padding: 10px;
    background-color: #F7F7F7;
}
div#footer div{
    padding: 20px;
}
div#footer h2{
    font-weight: bold;
}
div#footer p{
    font-size: 14px;
}