<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0; 
	padding:0;
}
body {
	font-family: 'Segoe UI', 'PT Sans', Helvetica, Arial, sans-serif;
}
.center {
	width: 960px;
}
.logo {
	padding: 10px;
}
#nav-dec {
	color: #ffffff;
	background-color: #b01861;
    border-bottom: 6px solid #624764;
}
li.nav-item {
	float: left;
    display: inline-block;
	width: 60px;
	text-align: center;
}
#home-botton {
	padding-top: 2px;
	vertical-align:middle;
}

li a.nav-link {
	display: block;
	padding: 10px 10px 5px 10px;
	text-decoration: none;
	color: #fff;
	height: 20px;
}
li a.nav-link:hover {
	background-color: #624764;
}

li a.nav-archive {
	display: block;
	padding: 8px 0px 0px 0px;
	text-decoration: none;
	color: #fff;
	height: 27px;
}
li a.nav-archive:hover {
	background-color: #624764;
}

#slogan {
	background-color: #C0C0C0;
	color: #ffffff;
	text-align: center;
}
h1 {
    font-size: 185%;
    line-height: 1.6em;
}
.rect-img {
	width: 100px;
	height: 100px;
}
td {
	vertical-align: top;
}
a.linktext{
	color: #bf165e;
	text-decoration: underline;
	font-size: 18px;
}

#footer-dec {
	background-color: #555;
	border-bottom: 15px solid #b01861;
	padding: 12px 0px 15px 5px;
}

hr {
    border-top: 1px solid #2f2f2f;
    border-right: 0;
    border-bottom: 1px solid #6f6f6f;
    border-left: 0;
	margin: 20px 0 8px 0;
}

#footer-note {
	float: left;
}

#sitemap {
	padding-top: 5px;
    color: #fff;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

#sitemap a {
	padding-top: 5px;
    color: #ccc;
	font-size: 11px;
	text-decoration: none;
}

#sitemap a:visited {
	padding-top: 5px;
    color: #ccc;
	font-size: 11px;
	text-decoration: none;
}

#footer-link {
	padding-bottom: 5px;
    color: #fff;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

#footer-link a {
	padding-bottom: 5px;
    color: #ccc;
	font-size: 11px;
	text-decoration: none;
}

#footer-link a:visited {
	padding-bottom: 5px;
    color: #ccc;
	font-size: 11px;
	text-decoration: none;
}

#footer-word {
	color: #ccc;
	font-size: 11px;
	display: block;
	margin-top: 5px;
}

#footer-icon {
	float: right;
}</pre></body></html>