.day {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold
}

.pxl10 {  font-size: 10px; color: #333333; line-height: 14px}

.pxl12 {  font-size: 12px; color: #333333; line-height: 16px}

.pxl14 {  font-size: 16px; color: #333333; line-height: 18px}


a:link {
	text-decoration: none;
	color: #FF6666;
}
a:visited {
	text-decoration: none;
	color: #FF6666;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}

