<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset (via http://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family:Georgia, Times New Roman, Times, serif;
  font-size:1em;
  line-height:1.1em;
  background:#F3F3F3;
  color:#333;
  padding:0 0 50px 0;
}

.wrap {
  background:white;
  border:5px solid #EDEDED;
  width:800px;
  margin:20px auto 0 auto;
  -webkit-border-radius:5px;
     -moz-border-radius:5px;
          border-radius:5px;
}

article {
  padding:20px;
}

header {
  text-align:center;
}

h1 {
  font-size:2em;
  line-height:2em;
  margin:0;
}

h2 {
  font-size:1.8em;
}

h3 {
  font-size:1.6em;
}

h4, h5, h6 {
  font-size:1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:600;
}

header hgroup h1 {
  font-weight:bold;
  font-size:2.5em;
}

header hgroup h2 {
  font-weight:normal;
  font-style:italic;
  font-size:1.6em;
  margin-bottom:20px;
}

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  margin:20px 0 10px 0;
}

footer {
  text-align:right;
  font-size:0.8em;
  padding:20px;
}

ul, ol {
  margin:0 0 10px 20px;
}

ul li, ol li {
  margin-bottom:3px;
}

ul {
  list-style:disc outside none;
}

ol {
  list-style:decimal outside none;
}

p {
  margin:0 0 20px 0;
}

.alignleft {
  float:left;
  margin:0 20px 20px 0;
}

.alightright {
  float:right;
  margin:0 0 20px 20px;
}

.aligncenter {
  display:block;
  margin:0 auto;
}

.wp-caption {
  font-style:italic;
  text-align:center;
}

a, a:visited {
  color:#222;
  text-decoration:underline;
}

a:hover {
  text-decoration:none;
}

.fix:before,
.fix:after {
  content:"";
  display:table;
}

.fix:after {
  clear:both;
}

.fix {
  *zoom:1;
}

.entry {
  line-height:1.3em;
}
</pre></body></html>