/* 
    Document   : news
    Created on : Mar 7, 2010, 3:11:08 PM
    Author     : mfk
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.newsHeader
{

    font-weight:normal;
    font-size:22px;
    font-family:Helvetica, sans-serif;
    margin:10px 0px 10px 10px;
}
.newsImage
{
    clear:left;
    float:left;
    margin:10px;
    width:128px;
}
.newsContent
{
    clear:both;
}

