BODY {
	color: black;
}

TD.center {
	text-align : center;
}

TD.border {
        width : auto;
}

A { 
	color: blue;
	text-decoration : none;
}                               

A:hover { 
	color: green;
	text-decoration : none;
}

TABLE {
	table-layout : auto;
        vertical-align : middle;
}

UL {
	list-style : none;
	list-style-type : none;
}

LI {
	text-decoration : none;
}
