#story_header h1 {
    font-size:2em;
}
#story_body {
    border:1px solid #dcdcdc;
}
#story_body .horoscope {
    margin-bottom:20px;
    padding:10px;
}
#story_body .horoscope h2.sign {
    font-size:1.6em;
    padding-left:22px;
    background-repeat:no-repeat;
}
#story_body .horoscope .dates {
    font-size:1.2em;
}
#story_body .horoscope p {
    font-size:1.4em;
}
#story_body .horoscope .lucky_number, #story_body .horoscope .financial_outlook, #story_body .horoscope .compatible_sign {
    font-size:1.1em;
    font-weight:bold;
}
#story_body .horoscope h3 {
    font-size:1.2em;
}
#story_body .horoscope .lucky_number {
    border:1px solid #C3D9FF;
    width:200px;
    margin-bottom:4px;
}
#story_body .horoscope .lucky_number h3 {
    background-color:#C3D9FF;
}
#story_body .horoscope .financial_outlook {
    border:1px solid #CDEB8B;
    width:200px;
    margin-bottom:4px;
}
#story_body .horoscope .financial_outlook h3 {
    background-color:#CDEB8B;
}
#story_body .horoscope .compatible_sign {
    border:1px solid #FFFF88;
    width:200px;
    margin-bottom:4px;
}
#story_body .horoscope .compatible_sign h3 {
    background-color:#FFFF88;
}
#story_body #Aries h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Aries.png');
}
#story_body #Taurus h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Taurus.png');
}
#story_body #Gemini h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Gemini.png');
}
#story_body #Cancer h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Cancer.png');
}
#story_body #Leo h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Leo.png');
}
#story_body #Virgo h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Virgo.png');
}
#story_body #Libra h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Libra.png');
}
#story_body #Scorpio h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Scorpio.png');
}
#story_body #Sagittarius h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Sagittarius.png');
}
#story_body #Capricorn h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Capricorn.png');
}
#story_body #Aquarius h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Aquarius.png');
}
#story_body #Pisces h2.sign {
    background-image:url('http://static.mcclatchyinteractive.com/static/images/mi/horoscopes/Pisces.png');
}
