@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h5 {margin:0; color: #000000; font-family: "Roboto"; font-size: 12pt}
.h5rev {margin:0; color: #FFFFFF; background-color: #000000; font-family: "Roboto";}
h6 {margin:0; color: #000000; font-family: "Roboto"; font-size: 10pt }
h3 {margin:0; font-family: "Kdam Thmor Pro";
	color: #db1d36;
	text-transform: uppercase; font-size: 16pt; text-align: center;}
.h6rev {margin:0; color: #FFFFFF; background-color: #000000; font-family: "Roboto";}
h2 {margin:0; font-family: "Kdam Thmor Pro";
	color: #db1d36;
	text-transform: uppercase; font-size: 18pt; text-align: center;}

div {
	box-sizing: border-box;
}
a {
	color: #db1d36;
}
body {
	background-color: white;
	font-family: "Roboto" !important;
}
table {
	width: 900px;
}
@media only screen and (max-width: 950px) {
	table {
		width: 100%;
	}
}
td {text-align: center;}
