@charset "utf-8";
/* CSS Document */
.content {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
.title {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: bold;
font-size:12px;
}
a.horoscope:link, a.horoscope:active, a.horoscope:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
a.horoscope:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;
}