@charset "UTF-8";
html { background: #FFFFF6; margin: 0; }
body { margin-top: 3em; margin-bottom: 3em; max-width: 33em; margin-left: auto; margin-right: auto; font-size: 12pt; font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif; color: black; line-height: 150%; text-align: justify; -moz-hyphens: auto; -webkit-hyphens: auto; -o-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
p { text-indent: 2em; }
body p:first-of-type { text-indent: 0; }
.full_page { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-family: Constantina, Georgia, 'Nimbus Roman No9 L', serif; text-align: center; }
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 105%; }
footer { line-height: 100%; font-size: 80%; }
.centered  { text-indent: 0em; text-align: center; }
nav ol { text-align: center; margin: 0; padding: 0; }
nav li { display: inline-block; }
nav li:before { content: "// "; }
nav li:first-child:before { content: ""; }
abbr { text-underline-offset: 2px; cursor: help; }
a { -moz-transition: color 1s ease 0s; -webkit-transition: color 1s ease 0s; -o-transition: color 1s ease 0s; -ms-transition: color 1s ease 0s; transition: color 1s ease 0s; }
a:link { color: blue; }
a:visited { color: purple; }
a:hover, a:focus { color: indigo; }
a:active { color: purple; }