/*
 * laputan.css
 * 2003 Jun 28 Yusuke Hiwasaki
 */

body {
  background: #fff0d0 url(./wallpaper.jpg);
  color: #44000;
  margin-left: 5em;
  margin-right: 5em;
}

a:link    { text-decoration: none; color: #774400 }
a:visited { text-decoration: none; color: #777700 }
a:active  { text-decoration: none; color: #ffff33 }
a:hover   { text-decoration: none; color: #ff0000 }

h1 { text-align: center }
em { font-weight: bold; font-size: 150% }
div { line-height: 140% }
