html, body {
  margin: 0;
  padding: 0;
}

html {
  font-family: Verdana, Arial, Helvetica, sans;
  font-size: 16px;
  background-color: #fff;
}

body.draft {
  color: #666;
}

div.body {
  background-color: #fee;
  x-background: url("altan_bg.jpg");
  color: #600;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #600;
}

div.header {
  background-color: #600;
  background-image: linear-gradient(to top right, #300, #900);
  color: #fff;
  padding: 1em;
}

div.header div.site-title {
  font-family: Tangerine, cursive;
  font-size: 120px;
  text-align: center;
}
  
div.header span {
  display: block;
  text-align: right;
}

div.header a, div.header a:visited {
  color: inherit;
  text-decoration: none;
}

div.footer {
  margin-top: 1em;
  padding: 1em;
  background-color: #600;
  color: #fff;
}

div.footer p {
  margin: 0;
  padding: 0;
  text-align: center;
}

div.footer a, div.footer a:visited {
  color: #cff;
}

div.content {
  padding-left: 1em;
  padding-right: 1em;
}

/* Main enter link */
p.enter {
  text-align: center;
  font-weight: bold;
  font-size: 200%;
}
p.enter a, p.enter a:visited {
  color: #00f;
  text-decoration: none;
}

td
{
   font-family  : Verdana, Arial, Helvetica, sans;
   font-size    : small;
   color        : #660000;
}

p.h1
{
   color        : #660000;
   font-size    : large;
   font-weight  : bold;
   margin-top   : 30pt;
   margin-bottom: 0pt;
   text-align   : center;
}

p.h2
{
   color        : #660000;
   font-size    : medium;
   font-weight  : bold;
   margin-top   : 12pt;
   margin-bottom: 0pt;
   text-align   : center;
}

p.first, blockquote
{
   margin-top   : 10pt;
   margin-bottom: 0pt;
   text-align   : justify;
}

blockquote {
   font-style   : italic;
}

p.next
{
   margin-top   : 6pt;
   margin-bottom: 0pt;
   text-indent  : 15pt;
   text-align   : justify;
}

p.break
{
   margin-top   : 20pt;
   margin-bottom: 10pt;
   text-align   : center;
}

.attrib
{
   margin-top   : 0pt;
   margin-bottom: 0pt;
   color        : #060;
   text-align   : center;
   font-style   : italic;
   text-decoration: none;
}

p.date
{
   margin-top   : 24pt;
   margin-bottom: 0pt;
   font-size    : small;
   text-align   : left;
   font-weight  : bold;
   font-style   : italic;
}

p.continued
{
   font-size    : small;
   text-align   : right;
   color        : #009;
   margin-top   : 10pt;
   margin-bottom: 0pt;
}

p.copyright
{
   font-size    : small;
   text-align   : left;
   margin-top   : 0pt;
   margin-bottom: 10pt;
}

p.comment
{
   font-size    : small;
   color        : #666;
}

ul
{
   margin-top   : 12pt;
   margin-bottom: 0pt;
}

li {
   text-align   : justify;
}

.fixed
{
   font-family  : Courier New, Courier, fixed;
}

a
{
}

font.note
{
   font-size      : small;
}

pre
{
   font-family: Courier New, fixed;
   font-size: medium;
}

code
{
	font-family: Courier New, fixed;
   font-size: medium;
}
