/* Standard elements */
body {
  background: #ffffff;
  color: #000000;
  margin: 1em;
  font-family: Verdana, Tahoma, sans-serif;
  page-break-before : always;
}
:link { color: #E87900; background: transparent;  }
:active { color : #FF0000; background: transparent; }
:visited { color: #666666; background: transparent; }
:link:hover { color : #E87900; background: #000099; }
:visited:hover { color : #E87900; background: #000099; }
h1 {
  color: #CC0000;
  text-align: center;
  font-family : "Caslon Bd BT", times, serif;
  font-size: 225%;
}
h2 {
  color: #FF3300;
  text-align: center;
  font-family : "Caslon Bd BT", times, serif;
  font-size: 200%;
}
h3 {
  text-align: center;
  font-family : "Caslon Bd BT", times, serif;
  color : #E68A00;
  font-size: 185%;
}
b{ color: #006600; }
i {	color: #000099; }
img {
	display: block;
}

