/* main.css by John Stewart
  v 1.0 - 2013-11-12
*/

/* reset margins */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li,
blockquote, pre, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, section, summary, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-align: center;
}

/* setup body */
body, p {
    line-height: 1.2;
    font-family: Arial, Times New Roman;
    font-size: 12pt;
    text-align: center;
    background: url( eggs-1490023_1920.jpg)
}

/* starting margins */
p, h1, h2, h3, h4, h5, h6, ol, ul, li { margin: 18pt; }
li { margin-left: 25pt; }

/* setup headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-family: Arial, Times New Roman;
    font-weight: bold;
}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

/* setup pre */
pre { font-family: Arial, Times New Roman; }