/* Bird's Eye View stylesheet. V1.0 April 2004 */

BODY {
  margin-top: 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

A {
  text-decoration: none;
  color: #3366CC;
  background-color: transparent;
}

A:link {
  color: blue;
  text-decoration: none;
  background-color: transparent;
}

A:visited {
  color: blue;
  text-decoration: none;
  background-color: transparent;
}

A:hover {
  color: #dd0000;
  text-decoration: none;
  background-color: transparent;
}

IMG {
	border: 0;
	margin: 2pt;
}

