H1{
	color:#008000; 
	font-weight:bold; 
	font-size:large; 
	text-align:center;
}
H2{
	color:#002020; 
	font-weight:bold; 
	font-size:medium; 
	font-style:italic; 
	text-align:center;
}
H3{
	color:#002000; 
	font-weight:bold; 
	font-size:small; 
	font-style:italic; 
	text-align:center;
}
P{
	text-indent: 2em;
	text-align: justify; 
}
P.newsflash{
	text-indent: 0em;
	text-align: center;
	font-family:sans-serif;
	color:red;
	font-weight:bold;
}
td.wkday{
	text-indent: 0em;
	font-family:sans-serif;
	font-weight:bold;
	text-align:center;
	width:14.28%;
}
TR.week{
	height:10ex;
}
A{
	color:#080;
	text-decoration:none;
}
A:hover{
	text-decoration:underline;
}
A:visited{
	color:#0B0;
}
A.cal{
	color:#080;
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}