.eventcategory 
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    margin: 20px 0px;
    padding: 20px 0px;
}

.eventcategory h2
{
    color: #6600CC;
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
}

.event
{
    padding-bottom: 10px;
}

.event .evtdate
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
    
}

.event .evtlocation
{
    color: Black;
    font-size: 14px;
    font-weight: bold;
    
}

.event a.headline
{
    color: #6600CC;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.event a.headline:hover
{
    text-decoration: none;
}

.event a.headline:visited
{
    color: #6600CC;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

