@font-face {
    font-family: 'as_speedwayregular';
    src: url('as_speedway-webfont.woff2') format('woff2'),
         url('as_speedway-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Muli', sans-serif;
}

.clear-float {
    clear:both;
}

.highlight {
    font-family:'as_speedwayregular', cursive;
    font-size: 36px;
}
.times-font {
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
}

img.display-left {
    float:left;
    margin-right:40px;
    margin-bottom:20px;
}

img.display-right {
    float:right;
    margin-left:40px;
    margin-bottom:20px;
}