.catitle {
    font-family:"Tahoma";
    font-size: 12px;
    font-weight: normal;
	color:#8080ff;
}
A.catitle:hover { text-decoration: none;color: #6600cc;}

.myFileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;			
}

.articleimage {
    margin-top:15px;
    margin-bottom:15px;
    padding-left:15px;
    width:35%;
    float:left;
}

    .articleimage > img {
        float:left;
        width:310px;
    }

.articledesc {
    width:60%;
    float:right;
    margin-top:15px;
    margin-right:15px;
}