
a:link  {
	color : #000000;
	text-decoration : none;
}
 
a:visited  {
	color : #000000;
	text-decoration : none;
}
 
a:active  {
	color : #000000;
	text-decoration : none;
}
 
a:hover  {
	color :#FCFF00;
	text-decoration : none;
}

.MainTable {
	background-color: #21bb8e;
}

td.group {
	border-bottom: dashed 1px #000000;
}


