<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
body {
	background-color: #FFF;
}
th {
	display:none;
}
td {
	text-align:left;	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
#footer a {
	font-size: 80%;
}
#skip a {
	font-size: 80%;
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

#comments {
	width:73%;
}
#main {
	margin-left:auto; 
    margin-right:auto;
	width:60%;
	max-width:800px;	
}
#form {
	margin-left:auto; 
    margin-right:auto;
	width:60%;
	max-width:800px;	
}
#res-form {
	margin-left:auto; 
    margin-right:auto;	
}
#masthead {
	margin-left:auto; 
    margin-right:auto;	
	font-size:2em;
	font-weight:bold;
	margin-bottom:.67em;
}
div {
	text-align:center;
}
caption {
	display:none;
}</pre></body></html>