body, h1, html, p {
                border: 0 none;
                font-family: inherit;
                font-style: inherit;
                font-weight: inherit;
                margin: 0;
                padding: 0;
                vertical-align: baseline;
                line-height: 1.3em;
            }
            
            body {
                font-family: Helvetica, Arial, sans-serif;
                font-size: 220%;
                background: #FBFBFB none repeat scroll 0 0;
                color: #000;
                margin-top: 1em;
            }

            #container {
                width: 25em;
                margin-left: auto;
                margin-right: auto;
            }
            
            h1 {
                color: #DC574E;
                font-weight: bold;
                font-size: 3em;
                margin-bottom: 0.1em;
            }
            
            p {
                color: #333;
                margin-bottom: 1.2em;
            }
            
            a {
                color: #DC574E;
                text-decoration: none;
                font-weight: bold;
            }
            
            a:hover {
            	color: #A7BD5B;	
            	font-weight: bold;
            }