﻿div.calendar {text-align:center; 
              line-height: 50px; 
              width:100%; 
              height:50px; 
              background-color: Black; 
              color: Yellow; 
              Font-family:Tahoma; 
              font-size: 22px;
              font-weight: bold; 
              font-variant: small-caps; 
              text-transform: capitalize}
              
p             {font-family: Tahoma;
               font-size: 12px;}
               
.MainDisplay  {
	font-family: Tahoma;
	font-size: 12px;
	margin: 4px 10px 4px 10px;
	color: black;
	text-align: justify;
	font-weight: bold;
}
.MainTitle {
	font-family: Tahoma;
	font-size: 16px;
	margin: 4px 10px 4px 10px;
	color: black;
	text-align: justify;
	font-weight: bold;
}

a.footer:link {color: blue; text-decoration: none; }
a.footer:visited {color: black; text-decoration: none; }
a.footer:hover {color: navy; text-decoration: blink; }
a.footer:active {color: orange; }