BODY
{
}

/* IDs */

#eventMonthMed
{
    FONT-SIZE: medium;
    COLOR: #202088;
    FONT-FAMILY: Georgia, 'Times New Roman', 'MS Serif'
}
#eventDetailMed
{
    FONT-SIZE: small;
    COLOR: #202088; /* #010050; */
    FONT-FAMILY: 'Times New Roman', Arial, 'Comic Sans MS', Verdana, 'Microsoft Sans Serif'
}  

#eventMed
{
    WIDTH: 450px
}
#eventTableMed
{
    WIDTH: 550px;
    BACKGROUND-COLOR: #d7d7d7;
    border-collapse: collapse; /* cellspacing: 0; */
}
#eventTitleMed
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-large;
    COLOR: #202088;
    FONT-FAMILY: Georgia, 'Times New Roman', 'MS Serif';
    visibility: visible; /* hidden or visible */    
}

/* CLASSes */

/* Font Family for A.DisplayEvent should match Event Detail */
A.DisplayEvent:Link 
{
    font-family : 'Times New Roman', Verdana, Arial, 'Comic Sans MS', 'Microsoft Sans Serif';
    font-size :small; color :#202088; font-weight:normal; text-decoration: none; CURSOR: POINTER;
}
A.DisplayEvent:Visited 
{
    font-family : 'Times New Roman', Verdana, Arial, 'Comic Sans MS', 'Microsoft Sans Serif';
    font-size :small; color :#202088; font-weight: normal; text-decoration: none; CURSOR: POINTER;
}
A.DisplayEvent:Hover 
{
    font-family : 'Times New Roman', Verdana, Arial, 'Comic Sans MS', 'Microsoft Sans Serif';
    font-size :small; color :#202088; font-weight: bold; text-decoration: underline; CURSOR: POINTER;
}
