
body {
    background: #333 url(../assets/dotted_bg.png) repeat-x;
}

body {
    font-size: 2em;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    line-height: 1.3;
}

h1 { padding-top: 64px; font-size: 1.5em }
h2 { font-size: 1.1em; }
h1, h2, ul, li { color: #ccc; }
ul { list-style-type: square; }
a { 
	color: #eee; 
	text-decoration: underline dashed #aaa;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
 }

aside { font-size: .66em; font-style: italic; color: #aaa; }

body { width: 17em; margin: auto; }