a{
	color: white;
}
a:hover{
	color: grey;
}
.warna{
	color: white;
}

.table-striped>tbody>tr:nth-of-type(even){
	background-color: grey;
	color: white;
}

