<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a img  
{  
border: none;  
}  
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
	margin: 0px;
}
    /* CSS Document 


	 	* { margin: 0; padding: 0; }*/
	
		#bg { position: fixed; top: 0; left: 0; }
		.bgwidth { width: 100%; }
		.bgheight { height: 100%; }
		
		#page-wrap {
	position: relative;
	width: 950px;
	padding: 20px;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-image: url(../images/bg2.png);
	background-repeat: repeat;
}
		p {
	text-indent: 20px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
	
		#menu {
	position: relative;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	text-align: center;
	top: auto;
}
	#pie {
	position: relative;
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: auto;
	display: block;
	background-image: url(../images/bg2.png);
	background-repeat: repeat;
}
p strong {
	color: #EB2214;
}
h1 {
	color: #002E3E;
}
h2 {
	color: #002E3E;
}
h3 {
	color: #002E3E;
}
#pie a {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #002E3E;
	text-decoration: none;
}
#bio img {
	float: right;
	margin-top: 40px;
	margin-left: 5px;
	border: thick double #999;
}
a {
	text-decoration: none;
	color: #002E3F;
}
a:hover {
	text-decoration: underline;
}
</pre></body></html>