table {
	border: 2px solid #D8FDC6;
	table-layout: fixed;
}

tr {

}

td {
	border: 2px solid #D8FDC6;
}

a{
	text-decoration:none;
	color:blue;
}

a:hover{
	text-decoration:underline;
	color:blue;
}


