TD {
	color: #54545C;
	font-size : small;
	text-decoration: blink;
}
.g {
	TEXT-DECORATION: blink;
	color: Red;
	text-transform: capitalize;
	font : small;
	font-size : small;
}
A {
	color: Gray;
	text-decoration: none;
	font-size : small;
	font : small;
}
A:active {
	color: Maroon;
	background : none;
	font : small;
	font-size : small;
}
A:hover {
	color: Maroon;
	font-size : small;
}
