
p { margin:10px 10px; font-family:ComicSansMS; font-size:1em; color:white; }


/* ============================== Custom Fonts ============================== */
@font-face {
    font-family: 'ComicSansMS';
    src: url('/fonts/comic-webfont.eot');
    src: url('/fonts/comic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/comic-webfont.woff') format('woff'),
         url('/fonts/comic-webfont.ttf') format('truetype'),
         url('/fonts/comic-webfont.svg#ComicSansMS') format('svg');
    font-weight: normal;
    font-style: normal;
}
