body {
	
	background: white;
	font-family: 'MS Gothic', sans-serif;
	
}

.pink-text {
	
	color: white;
	background: lightpink;
	
}

.logo-bordered {
	
	border: 4px black ridge;
	
}

table, th {
	
	border: 1px black solid;
	
}

tr {
	
	background: lightgrey;
	
}