.header {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #89a3be;
	font-weight: normal;
	text-decoration: none;
}
.body {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #666666;
	list-style-image:  url(graphics/bullet.GIF);
	text-decoration: none;
	border: 0px;
}
a:link {
  color:#89a3be;
  text-decoration:none;
  }
a:visited {
  color:#969;
  text-decoration:none;
  }
a:hover {
  color:#91bee8;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
