<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body {
	background-color: #999933;
	margin: 0px;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
}
/* wrapper */
div#wrapper {
width: 790px; 
margin: 10px auto 0 auto;
}
div#banner {
font-family: Tahoma;
width: 780px; 
height: 75px;
background-image: url(bg/psm.png);
padding: 10px 0px 0px 10px;  
}
div#container {
width: 620px;
height: 850px;
margin: 3px auto 0 auto;
padding: 20px 30px 20px 140px;
background: url(bg/right.gif) #FFFFFF;
color: #000000;
}
div#container h1 {
font-size: 24px;
font-family: "Trebuchet MS";
color:#204162;
}
div#container h2 {
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
color:#204162;
}
div#container h3 {
font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
color: #204162;
font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
div#footer {
width: 790px;
height: 20px;
background-color:#676F5E;
color:#CCCCCC;
text-align: center;
margin: 3px auto 0 auto;
padding: 6px 0px 3px 0px; 
}
</pre></body></html>