
        @import url(https://fonts.googleapis.com/css?family=Droid+Sans);
        * {
                margin: 0;
                padding: 0;
        }
        body {
                        font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
                        color: #444;
                        font-size: 62.5%; /* -> 1em = 10px */
                        line-height: 100%;
        }
        img {
                border-style: none;
        }
        img.logo {
                max-width: 100%;
        }
        h1 {

                font-size: 4em;
                font-weight: normal;
                margin: 40px 0 26px 0;
                line-height: 120%;
                text-align: center;
        }
        p {
                font-size: 2em;
                line-height: 130%;
                text-align: center;
        }
        a, a:visited {
                color: #ff8000;
                text-decoration: none;
        }
        a:hover {
                color: #000000;
                text-decoration: underline;
        }
        .content {
                width: 100%;
                max-width: 640px;
                box-sizing:border-box;
                margin: auto;
                padding: 46px 10px 0 10px;
    
                }
