#horoscope-display h2{
	color:#CC0000;
	font-size: 120%;
	font-weight: bold;
	font: Arial;
	}	

#horoscope-display h3{
	font-variant: small-caps;
	color:#888888;
	font-size: 75%;
	font-weight: bold;
	font: Verdana;
	}	

#horoscope-display p{
	color:#444444;
	font-size: 85%;
	font-weight: normal;
	font: Arial;
	}	

#horoscope-display a:link, a:active, a:visited{
	color:#0000FF;
	font-size: 75%;
	font: Arial;
	text-decoration: none;
	}

#horoscope-display a:hover{
	color: #CC0000;
	font-size: 75%;
	font: Arial;
	text-decoration: underline;
	}	

#seperator {
	color:#999999;
	}

#horoscope-list p{
	color:#666666;
	font-size: 70%;
	font: Arial;
	text-decoration: none;
	}	
	
#horoscope-list a:link{
	color:#0000FF;
	font-size: 12px;
	font: Arial;
	text-decoration: none;
	}
	
#horoscope-list a:active{
	color:#0000FF;
	font-size: 12px;
	font: Arial;
	text-decoration: none;
	}
	
#horoscope-list a:visited{
	color:#0000FF;
	font-size: 12px;
	font: Arial;
	text-decoration: none;
	}
	
#horoscope-list a:hover{
	color:#CC0000;
	font-size: 12px;
	font: Arial;
	text-decoration: underline;
	}		
	
#bookmark {
	color: #666666;
	font-size: 11px;
	font: Arial;
	text-decoration: none;
	}

#bookmark a:link, a:active, a:visited{
	color: #888888;
	font-size: 11px;
	font: Arial;
	text-decoration: none;
	}
	
#bookmark a:hover{
	color: #CC0000;
	font-size: 11px;
	font: Arial;
	text-decoration: none;
	}	