@font-face {
    font-family: 'Open';
    src: url('fonts/open/OpenSans-Light-webfont.eot');
    src: url('fonts/open/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/open/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/open/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/open/OpenSans-Light-webfont.svg#parisianregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{font:100%; font-family:'Open';font-size:1em;background:#ecf0f1;text-align:center;}
body,ul,li,h1,h2,h3,h4{margin:0; padding:0;font-weight: normal; list-style:none;}
h1{font-size:2em;}
h2{font-size:1.8em;}
h3{font-size:1.6em;}
h4{font-size:1.4em;}
#clear {display: block; clear: both; visibility: hidden; }

.logo{width:30em;margin-top:5em;}
.baseline{color:#3498db;font-size:4em;letter-spacing: 0.24em;margin-bottom:2em;}
.contact{color:#34495e;font-size:2em;text-decoration: none;}
.contact:hover{text-decoration: underline;}