body {
    color: #000;
  	font-family: 'Segoe UI', 'Lucida Grande', Helvetica, sans-serif;
  	font-size: 0.8em;
    // font: 12pt serif;
    margin: 3%;
    // margin: 0;
    max-width: 100%;
}

a {
    color: #666;
    text-decoration: underline;
}
a[href]:after {
    content: ' (' attr(href) ')';
}

blockquote, ul, dl {
    page-break-inside: avoid;
}
