﻿
    .news h2.darkblue
    {
        cursor          : pointer;
        cursor          : hand;
    }
 
    .newsitemeventheader
    {
        /*border-bottom   : 1px dotted blue;*/
        height          : 20px;
        width           : 460px;
    }
    
    .news h3,
    .newsitem h3
    {
       float            : left;
       font-size        : 1.2em;
       width            : 350px;
       margin           : 0px;
    }
    
    .news .newsitems
    {
        display         : none;
        width           : 460px;
    }
    
    .news .datetitle,
    .newsitem .datetitle
    {
        font-style      : italic;
        float           : right;
        height          : 20px;
    }