.bdaily {
	color: #0033FF;
}
.bweekly {
	color: #FF6699;
}
.sdaily {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../horoscope/images/smiley4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	 
	
}

.sweekly {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../horoscope/images/smiley5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.sign_daily {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none; 
}
.desc_daily {
	color: #3366CC;
}
.desc {
	text-align: center;
}
.desc_weekly {
	color: #FF9999;
}
.sign_weekly {
	color: #FF6699;
	font-weight: bold;
	text-decoration: none; 
}

#days_menu  A:link, #days_menu A:visited {
	color: #0065FF;
	text-decoration: none;
}

#days_menu  A:hover {
	color: #428DFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #428DFF;
}
.curr_day {
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	color: #999999;
	font-size: 11px; 
}
.weekly_link A:link, .weekly_link A:visited {
	color: #FF6699; 
	text-decoration:none;
}
.weekly_link A:hover {
	color: #FFAAC6;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFAAC6;
}
.daily_link A:link, .daily_link A:visited {
	color: #428DFF;
		text-decoration:none;
}
.daily_link A:hover {
	color: #75ACFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
}

#explain_daily, #explain_weekly {

	background-color: #f0f0f0;
	margin: 5px;
	padding: 5px;
	width: 100%;
	border: 1px dotted #cccccc;
        color: #999999;
}

#explain_daily em, #explain_weekly em{
        color: #666666;
}