

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


a.bloganchor{
    display:block;
    width:690px;
    height:55px;
    text-decoration:none;
    cursor:pointer;
    padding-top: 10px;
}


.blogtitle{
    width:240px;
    font-size: 12px;
    text-align: right;
    margin-left: 0px;
    font-family: Georgia,'Times New Roman',times,serif;
}

.blogtitle:hover{
    width:240px;
    font-size: 12px;
    text-align: right;
    margin-left: 0px;
    font-family: Georgia,'Times New Roman',times,serif;
    color: #cc0000;
}

.blogdate{
    width:75px;
    font-size: 12px;
    color: #b1e2fc;
    padding-left: 10px;
}
.articletitle{
    width:300px;
    font-size: 12px;
    color: #61c6fb;
    font-weight: bold;
}
.blogdescription{
    padding-left:70px;
    font-size: 10px;
    color: #666666;
}
.bloglist1{
    position:relative;
    left:-40px;
    list-style:none;
    width:550px;
    height:80px;
    background-color: white;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #ccccff;
}
.bloglist2{
    position:relative;
    left:-40px;
    list-style:none;
    width:550px;
    height:80px;
    background-color: white;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #ccccff;
}
