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