<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.a1 A:link     { color: #00c; font-weight: normal; text-decoration: none } 
.a1 A:visited { color: #00c; font-weight: normal; text-decoration: none }
.a1 A:active { color: #00c; font-weight: normal; text-decoration: none }
.a1 A:hover {text-decoration: underline; font-weight: normal; color: #00c;}
body
{ 
	color: black; 
	font-family: Arial; 
	background-color: white;
	font-size: 13px;
}
h1
{ 
	color: black; 
	font-family: Arial; 
	font-size: 20px;
}
table
{ 
	font-size: 13px;
}
span.tabtitle   { color: #c00; font-weight: bold }
span.admin_tabtitle   { color: #000; font-weight: bold }
tr.not_sanctioned {
	color: #bfbfbf;
}
td.break_links {
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  }</pre></body></html>