A:hover { text-decoration: none; color: #ff0000; background-color: #aaaaaa;}
body { font-size: 15pt;}
p { font-size: 15pt; text-align:center;}
#Month { color: #3300cc; font-weight: bold; font-size: 20pt;}
#title { position: absolute;
  left: 60;  top: 50;
  text-align: center;
  color: FF0000;
  font-weight: bold;
  font-size: 35pt;
  filter: shadow( direction = -45, color=gray); }
#CurEvent { font-size: 18pt; font-weight: bold; text-align:center; }
.box {
  border: inset;
  background-color: transparent;
}
.box-title {
	font-weight: bold;
	background-color: transparent;
}
.box-content {
	color: #000000;
	font-weight: bold;
	background-color: transparent;
}
.errorMsg {
  color: red;
  font-weight: bold;
  background-color: white;
}
