/* CSS Document */
.content {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-family: "Century Gothic", avant garde, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	}
a:link {
  color:#FFFFFF;
  text-decoration:none;
  }
a:visited {
  color:#FFFFFF;
  text-decoration:none;
  }
a:hover {
  color:#590000;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }