/* Colors: Blue - #0b8bbb // Orange - #e86e14 */

@import "styles/reset.css";

/* -------------------- */
/* -- General Styles -- */
/* -------------------- */
body { font-family: Georgia, "Times New Roman", times, serif; font-size: 12px; color: #000000; background-color: #ffffff; }
h1 { font-size: 32px; margin: 0; letter-spacing: -1px; color: #000000; }
h2 { font-size: 16px; margin: 10px 0; color: #000000; }
h3 { font-size: 24px; margin: 30px 0 20px 0; color: #000000; text-align: center; }
h4.title { font-size: 15px; margin: 0; color: #000000; }
h4.meta { font-size: 14px; margin: 5px 20px; color: #000000; }
h5 { font-size: 12px; margin: 30px 0 5px 0; color: #000000; }
p { font-size: 18px; line-height: 24px; margin: 0 0 15px 0; }
p.contact { font-size: 18px; line-height: 24px; margin: 0; }
a { text-decoration: none; color: #000000; }
a:hover { color: #eee; }
.line { clear: both; border-bottom: 2px #ffffff solid; }

/* ---------------- */
/* -- Print Page -- */
/* ---------------- */
.noPrint { display: none; } 
#sklik-banner { display: none; }