<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	background:#FFFFFF;
	color:#333;
}

#header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-bottom:auto;
	height:110px;
}

hr{
/*	margin: 20px;*/
	border:none;
	border-top: 1px solid #111;
	border-bottom: 1px solid #333;
}

/* p{
	color:#444;
	text-align:left;
	font-size:10px;
	margin-bottom: -10px;
}
*/

a{
//	color:#444;
}



#container{
	margin: 0 auto;
	width:auto;
	border:1px solid #FFFFFF;
//	-moz-border-radius: 10px;
//	-webkit-border-radius: 10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	height: auto;
}

img{
	border:4px solid #FFF;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	-moz-box-shadow: 0px 0px 8px #333;
	-webkit-box-shadow: 0px 0px 8px #333;
	margin: 6px;
}

/* img:hover{
	border-color:#555;
	-moz-box-shadow: 0px 0px 15px #111;
	-webkit-box-shadow: 0px 0px 15px #111;
}

*/

.footer {
position: fixed;
text-align: center;
     float:left;
     top: auto;
     bottom: 0px;
     width:100%;
     margin-left:auto;
     margin-right:auto;
     margin-top:auto;
     margin-bottom:0px;
     background-color: #FFF;
}</pre></body></html>