html {
	overflow: auto;
}
body {
	background: #fff;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
a:hover {
	color: #f6f6f6;
	text-decoration: underline;
}
a:active {
	background: none;
}
table {
	width: 760px;
	border: 0px;
	border-spacing: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
td {
	padding: 0px;
}
.zodiac_bar {
	background: #556d85;
	text-align: right;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding-right: 4px;
}
.alignment {
	vertical-align: bottom;
	text-align: left;
}
.intro {
	font: 13px arial, helvetica, sans-serif;
	color: #000;
	text-align: justify;
	padding-right: 20px;
}
.header {
	font: bold 13px/25px arial, helvetica, sans-serif;
	color: #fff;
	background: #556d85;
	text-align: justify;
	padding-left: 10px;
	border-right: 10px solid #fff;
}
.text {
	font: 13px arial, helvetica, sans-serif;
	color: #000;
	text-align: justify;
	padding-right: 10px;
}
.headeright {
	font: bold 13px/25px arial, helvetica, sans-serif;
	color: #fff;
	background: #556d85;
	text-align: justify;
	padding-left: 10px;
	border-left: 10px solid #fff;
}
.textright {
	font: 13px arial, helvetica, sans-serif;
	color: #000;
	text-align: justify;
	padding-left: 10px;
}
.basebar {
	background: #556d85;
	font: bold 13px arial, helvetica, sans-serif;
	color: #fff;
	height: 45px;
	text-align: center;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.baselink {
	font: bold 13px arial, helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}