@font-face {

font-family: 'OpenSansLight';
src: url('OpenSans-Light-webfont.ttf');
font-weight: normal;
font-style: normal;

}

body {

font-size: 1.5em;

}

h1 {

text-align: center;
font-family: 'OpenSansLight';

}

.highlight {

margin-bottom: 20px;
padding: 2px 10px;

}

code {

background-color: #f8f8f8;
border-radius: 3px;
border: 1px solid #ddd;
margin: 0;
padding: 1px 2px;

}