﻿

.event
{
font-size: .9em;
}
.event .date
{
color: #cf8e12;
}

.event a
{
color: blue;
text-decoration:none;
}
.event .a
{
color: blue;
text-decoration:none;
}

.event a:hover
{
color: gray;
}

.event .title,.info,.attendees
 {
    /*margin-left:1em;
    padding-left:1em;*/
    text-align:left;
    
 }

.event .title
{
 font-weight:bold;   
}



.event .attendees
{
    font-style:italic;
}