body {
  color            : #000000;
  margin-left      : 0.3em;
  margin-right     : 0.3em;
  margin-top       : 0.3em;
}

a:link {
  color            : #000000;
  text-decoration  : underline;
}

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

a:hover {
  color            : #FFFFFF;
  background-color : #999999;
  text-decoration  : none;
}

a:active {
  color            : #CCCCCC;
  text-decoration  : none;
}

h1 {
  color		: #666600;
  text-align	: center;
  font-family	: sans-serif;
}

p.text {
  color		: #666600;
}

