td {
	font-size: 12px;
	color: #666666;
}
.add {
	font-size: 16px;
	color: #333333;
	cursor: text;
	filter: DropShadow(Color=#eeeeee, OffX=1, OffY=1, Positive=1);

}
a:link {
	font-size: 12px;
	color: #FFFFFF;

}
a:visited {
	font-size: 12px;
	color: #FFFFFF;
}
a:hover {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;

}
a:active {
	font-size: 12px;
	color: #FFFF00;
}
a {
	text-decoration: none;
}
.mytd {
	font-size: 14px;
	color: #FF9900;
	cursor: text;
	filter: DropShadow(Color=#f1f1f1, OffX=1, OffY=1, Positive=1);
}
