﻿.Message 
{
	
}
.DayLink
{
	font-family: Arial, Tahoma;
	background-color:White;
	font-size: 11px;
	color:Blue;
}
A.DayLink:link {
    text-decoration:none;
    color: #d90000;
}

A.DayLink:visited  {
    text-decoration:    none;
    color: #d90000;
}

A.DayLink:hover {
    text-decoration:    none;
    color: rgb(29,74,158);
}

.EventLink     {
    font-family: Arial, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
}
    
A.EventLink:link {
    text-decoration:    underline;
    color: #267ef5;
}

A.EventLink:visited  {
    text-decoration:    underline;
    color: #267ef5;
}

A.EventLink:hover {
    text-decoration:    underline;
    color: #267ef5;
}
