<style type="text/css">
        body {
            font-family: sans-serif;
            font-weight: 300;
            overflow-x: hidden;
            word-wrap:break-word;
        }
        a {
          font-family: Arial, Helvetica, sans-serif;
          color: #000;
          text-decoration: none;
          font-size: 0.9em;
          display: block;
          padding: 6px;
          border-bottom-width: 1px; 
         border-bottom-style: solid;
         border-bottom-color:  #CCC;
          background-color: #EAEAEA;
        }
        a:hover{
          color: #FFF;
          background-color: #666;
          border-right-width: 5px;
          border-right-style: solid;
          border-right-color: #36F;
        }
        
        h1{
            font-family: 'Lobster-Regular';
            font-size: 20px;
            background-color: #C0C0C0;
        }

        e{
            font-family: 'Fira-Sans';
            font-size: 40px;
        }

        h2, th{
            font-family: 'Lobster-Regular';
            font-size: 40px;
        }

        h3, tr, td{
            font-family: 'Lobster-Regular';
            font-size: 20px;
        }
        p {
            font-family: 'Lobster-Regular';
            font-size: 20px;
            padding: 0 1em;
        }

        a, h4{
            font-family: 'Lobster-Regular';
            font-size: 20px;
        }
    </style>

@font-face{
    font-family: 'Fira Sans'; 
    src: local('Fira Sans Hair'),
         url('ttf/FiraSans-Hair.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: local('Fira Sans Hair Italic'),
         url('ttf/FiraSans-HairItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Sans';
    src: local('Fira Sans UltraLight'),
         url('ttf/FiraSans-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: local('Fira Sans UltraLight Italic'),
         url('ttf/FiraSans-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face{
    font-family: 'Lobster-Regular';
    src: local('Lobster-Regular'),
         url('ttf/Lobster-Regular.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face{
    font-family: 'Tangerine'; 
    font-weight: 200;
    font-style: normal;
}
