/**
 * This file is for defaults - styles that apply
 * across the whole site.  For example, margins
 * between paragraphs, font size and colour, header
 * styles, etc.
 *
 */

body { color: #333333; font-size: 12px; line-height: 20px; font-family: arial, verdana, helvetica, sans-serif; }

p { margin-bottom: 20px; }

h1 { letter-spacing: -1px; font-weight: bold; font-size: 200%; color: #000000; line-height: 30px; }
h2 { font-weight: bold; font-size: 14px; color: #797979; margin-bottom: 25px; } 

pre { text-align: left; }
