<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Standard hyperlink colors and transformation effects. */
a {text-decoration:none;}
a:link {color: #696969;}
a:active {color:#ffffcc;}
a:visited {color:#4A4A4A;}
a:hover{color:#ffffcc;}

html {
	overflow: hidden;
}


/*	Stock body "look." */
body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	
/*	Background styling common to the entire website goes here. */
	background-image: url(../images/koshibg.jpg);
	background-color: #000;
	background-attachment: fixed; 

/*	Font information across entire website goes here */
	font-family: Helvetica, Arial;
	font-style:normal;
	color: #DCDCDC; /* Text color */
}

/* Styling of the headings */
h1, h2, h3 { /* Avoiding duplication of code/effort here */
	text-align: center;
	font-weight: bold;
}
h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: medium;
}

#nav_box hr {
	width: 195px;
	left: 0;
}

#top {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	overflow: hidden;
}

#header {
	font-family: Georgia, Georgia, serif;
	font-size: xx-large;
	
	position: relative;
	top: 20px;
	text-align: center;
	padding: 5px;
	width: 800px;
	border-top: 5px solid  #333333; /* gray20 */
	border-left: 5px solid  #333333; /* gray20 */
	border-bottom: 5px solid  #555555; /* gray33 */
	border-right: 5px solid  #555555; /* gray33 */
	background-color:#000; /* black */
}

#symbol {
	padding-top: 5px;
	padding-bottom: 5px;
}

.centered {
	text-align: center;
}

.verse {
	font-style: italic;
	text-align: center;
}

.red {
	color: #CC0000;
}

.table {
	width: 80%;
	
	}
	
table.stats {
	border-top: 5px solid  #333333; /* gray20 */
	border-left: 5px solid  #333333; /* gray20 */
	border-bottom: 5px solid  #555555; /* gray33 */
	border-right: 5px solid  #555555; /* gray33 */
	text-align: left;
}

table.stats th {
	border-width: 2px;
	border-style: solid;
	border-color: #555555; /* aliceblue */
	
}

table.stats td {
	border-width: 2px;
	border-style: solid;
	border-color: #555555; /* aliceblue */
}

table.list {
	border-top: 5px solid  #333333; /* gray20 */
	border-left: 5px solid  #333333; /* gray20 */
	border-bottom: 5px solid  #555555; /* gray33 */
	border-right: 5px solid  #555555; /* gray33 */
	text-align: left;
}

table.list th {
	border-width: 2px;
	border-style: solid;
	border-color: #555555; /* aliceblue */
	
}

table.list td {
	border-width: 2px;
	border-style: solid;
	border-color: #555555; /* aliceblue */
}

#container {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 105px;
	left: 240px;
	right: 20px;
	bottom: 30px;
	overflow: auto;
	
/*	Border and background stylings go here */
	border-top: 5px solid  #333333; /* gray20 */
	border-left: 5px solid  #333333; /* gray20 */
	border-bottom: 5px solid  #555555; /* gray33 */
	border-right: 5px solid  #555555; /* gray33 */
	background-color:#000; /* black */
	}

.content {
	padding: 10px;
	margin: 5px;

/*	Regular content box font sizings */
	font-size: medium;
}

#hatching {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 105px;
	left: 240px;
	right: 20px;
	bottom: 30px;
	overflow: auto;
		
/*	Border and background stylings go here */
	border-top: 5px solid  #333333; /* gray20 */
	border-left: 5px solid  #333333; /* gray20 */
	border-bottom: 5px solid  #555555; /* gray33 */
	border-right: 5px solid  #555555; /* gray33 */
	background-color:#808080; /* silvergray */	
	
/*	Regular content box font sizings */
	color: #000;
}

#nav_box {
	font-size: small;
	padding:0px;
	margin:0px;
	position: absolute;
	top: 105px;
	left: 20px;
	bottom: 30px;
	width: 210px;
	overflow: auto;
	border-top: 5px solid  #333333; /* gray20 */
	border-left: 5px solid  #333333; /* gray20 */
	border-bottom: 5px solid  #555555; /* gray33 */
	border-right: 5px solid  #555555; /* gray33 */
	background:#000;
}


ul#nav {
	margin: 0;
	padding: 5px;
	list-style: none;
	}


/* Styles for Menu Items */
#nav li a {
	display: block;
	text-decoration: none;
	padding: 5px;

/*	Coloration of the navbar links */
	color: #FFF;
	background:#555;

}

#footer {
	position: absolute;
	margin: 0px;
	height: 15px;
	bottom: 0px;
	left: 20px;
	right: 20px;
	padding: 3px;
	font-size: x-small;
	border-top: 5px solid  #333333; /* gray20 */
	border-left: 5px solid  #333333; /* gray20 */
	border-bottom: 5px solid  #555555; /* gray33 */
	border-right: 5px solid  #555555; /* gray33 */
	background:#000;
}</pre></body></html>