﻿.Message 
{
	
}
.DayLink
{
	font-family: Sans-Serif, Tahoma, Arial;
	background-color:White;
	color:Blue;
	font-size:12px;
}
A.DayLink:link {
    text-decoration:none;
    color: rgb(70,123,221);
}

A.DayLink:visited  {
    text-decoration:    none;
    color: rgb(70,123,221);
}

A.DayLink:hover {
    text-decoration:    none;
    color: rgb(29,74,158);
}

.EventLink     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
A.EventLink:link {
    text-decoration:    underline;
    color: #003366;
}

A.EventLink:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.EventLink:hover {
    text-decoration:    underline;
    color: #ff0000;
}
