/* $Id: gnuts.css,v 1.4 2002/12/31 21:34:34 jkaivo Exp $ */

body {
  background: white;
  background-image: url(images/gnuts.png);
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: black;
  margin-left: 130px;
  margin-top: 128px;
  padding-bottom: 128px;
}

address {
  bottom: 0;
  left: 0;
  position: fixed;
  font-size: x-small;
  background-color: white;
  width: 100%;
  text-align: right;
}

h1 {
  display: block;
  margin: 0;
  text-align: left;
  position: fixed;
  top: 0;
  left: 128px;
  height: 128px;
  background: white;
  color: black;
  width: 100%;
  font-size: 100px;
} 

a { /*font-weight: bold;*/ text-decoration: none; }
a:hover { text-decoration: underline; }
/*a:link { text-decoration: none; color: black } */
/*a:visited { text-decoration: none; color: gray } */
/*a:active { text-decoration: none; color: black; }*/

div.sidebar {
  display: block;
  margin: 0;
  margin-right: 2px;
  text-align: right;
  position: fixed;
  top: 128px;
  left: 0;
  width: 128px;
  background: white;
}

div.sidebar a { display: block }
