body {
  font-family: Arial, sans-serif;
  background-color: white;
}

.txt-blue {
	color: blue;
}

.txt-red {
	color: red;
}

.center-text {
	text-align: center;
}

