html, body, header, div, a, p, ul, li { 
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    color: #eee;
}

h1{ font-size: 30px; line-height: 30px; }
h2{ font-size: 26px; line-height: 26px; }
h3{ font-size: 24px; line-height: 24px; }
h4{ font-size: 20px; line-height: 20px; }
h5{ font-size: 18px; line-height: 18px; }
h6{ font-size: 16px; line-height: 16px; }

.header {
    width: 960px;
    text-align: center;
    margin: 50px auto 0;
}

.logo {
    width: 450px;
}



