body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f5ddbb;
	background-color: #733538;
	background-image:  url(images/kinjiraretabg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	scrollbar-face-color:#75373A;
	scrollbar-highlight-color:#75373A;
	scrollbar-3dlight-color:#f5ddbb;
	scrollbar-darkshadow-color:#75373A;
	scrollbar-shadow-color:#75373A;
	scrollbar-arrow-color:#f5ddbb;
	scrollbar-track-color:#f5ddbb;
	text-align: center;
}

a:link, a:active, a:visited{
	color:#f5ddbb;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a:hover{
	color:#75373A;
	text-decoration: line-through;
	cursor: crosshair;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #f5ddbb;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #f5ddbb;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #f5ddbb;
	text-align: right;
	font-weight: bold;
	letter-spacing: 2px;
	font-style: italic;
}

.codesort li {
	display: list-item;
	padding-right: 0.5em;
	}
