/*
 * default.css
 * (C)Copyrigth 2000 by Hiroshi Takekawa
 * Last Modified: Fri Mar 15 03:56:12 2002.
 */

H2 {
  margin: 0.5em 0em 0.1em 0em;
  font-size: 1.4em;
}

H2.decorated {
  margin: 1em 0em 0em 0em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-width: 0.3em 0em 0em 0.3em;
  border-style: solid;
  border-color: #008fff;
  color: #000000;
  background-color: #eeeeee;
  font-weight: bold;
  font-size: 1.4em;
}

A:link {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}
A:hover {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
A:active {
  color: lightgreen;
  background-color: transparent;
  text-decoration: none;
}
A:visited {
  color: darkblue;
  background-color: transparent;
  text-decoration: underline;
}
