<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
	font-family: "Comic Sans MS", "Times New Roman", sans-serif;
	font-size: 1em;
	border-collapse:collapse;
	text-align: center;
	width: 100%;
	color: #000000;
	border: 1px solid #000000;
}
td.inter{
	color: #000000;
	padding: 5px;
	border: 1px solid #000000;
	/*height: 30px;*/

}
th{
	color: #000000;
	padding: 5px;
	border: 1px solid #000000;
	font-size: 1em;

}
.centrergras {
	font-weight: bold;
	text-align: center;
	font-style: italic;
	
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
}
a img{
   border: none;
}</pre></body></html>