a:link
{
	color: #232545;
	text-decoration: none;
}

a:visited
{
	color: #232545;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #d01d1d;
}

a:link.top
{
	color: #d01d1d;
	text-decoration: none;
}

a:visited.top
{
	color: #d01d1d;
	text-decoration: none;
}

a:hover.top
{
	text-decoration: underline;
	color: black;
}

a:link.bottom
{
	color: black;
	text-decoration: none;
}

a:visited.bottom
{
	color: black;
	text-decoration: none;
}

a:hover.bottom
{
	text-decoration: underline;
	color: white;
}

.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #E5E5E8;
}

body
{
	background-color: #E5E5E8;
	margin: 0px;
	padding: 12px 30px 4px 30px;
	font-family: 'Trebuchet MS', sans-serif;
	
}

td
{
	font-family: 'Trebuchet MS', sans-serif;
	
}

.calendarHeader 
	{ 
	font-weight: bolder; 
	color: #d01d1d; 
	background-color: white; 
	} 
	
.calendarToday 
	{ 
	background-color: #ffec85; 
	} 

.calendar 
	{ 
	background-color: white; 
	} 

a:link.calendarlinks
	{
	font-weight: bolder;
	color: #ff5a00;
	text-decoration: none;
	}
	
a:visited.calendarlinks
	{
	font-weight: bolder;
	color: #ff5a00;
	text-decoration: none;
	}
a:hover.calendarlinks
	{
	font-weight: bolder;
	color: #2f2d52;
	text-decoration: underline;
	}


	
	