div#blog_posts {
    float: right;
    margin: 0px 0px 5px 0px;
    width: 245px;
    height: 290px;
    overflow: hidden;
    border: solid 1px #F0F0F0;
    padding: 5px;
}
div#blog_posts h2 {
    color: #333399;
    font-size: 14px;
    font-weight: bold;
}
div#blog_posts div.post {
    margin: 10px 0px 0px 0px;
}
div#blog_posts div.post h3 {
    margin: 0px;
    color: #606099;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
}
div#blog_posts a.title {
    color: #606099;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
div#blog_posts a.title:hover {
    color: #606099;
    text-decoration: underline;
}
div#blog_posts div.post h3 a:hover {
    text-decoration: underline;
}
div#blog_posts div.post a {
    text-decoration: none;
}
div#blog_posts div.post a:hover {
    text-decoration: underline;
}
div#blog_posts div.post div.body {
    color: #606060;
    font-size: 10px;
    font-weight: normal;
}
div#blog_posts div.post div.body a 
{ 
    color: #606060;
    font-size: 10px;
    text-decoration: none;
}
div#blog_posts div.post div.body a:hover {
    color: #606099;
    font-size: 10px;
    text-decoration: none;
}
div#blog_posts div.post div.date {
}
