body {
	margin: 10px;
	padding: 10px;
	font-size: 0.9em;
	font-family: "Lucida Grande", verdana, tahoma, helvetica, sans-serif;
	color: #fff;
	background: #000;
}
p {
	margin: 0;
	padding: 4px;
}
h1 {
}
.fontSmaller {
	font-size: 0.8em;
}
.myCopyright {
	font-family: "Lucida Grande", verdana, tahoma, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #eee;
}
a {
  color: #fff;
  text-decoration: none;
}
a:link,
a:visited {
  color: #fff;
  background: #000;
  text-decoration: underline;
}
a.active:link,
a.active:visited {
  color: #fff;
  background: #00f;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  background: #00f;
  text-decoration: underline;
}

a img {
  border: 2;
}
a:link img,
a:visited img {
  border: 2;
}
a.active:link img,
a.active:visited img {
  border: 2;
  border-color: #00f;
}
a:hover img {
  border: 2;
  border-color: #00f;
}
