@charset "utf-8";
/* CSS Document */

.t-red{
	background-color:lightpink;
	color: red;
	text-align: center	
}

.t-green{
	background-color:mediumseagreen;
	color: black;
	text-align: center	
}

.t-scor {
		color: black;
	font-weight: 800;
	text-align: center	
	
	
}