body {
background-color: #e8e8e8;
background-image: url('/kim/bg.gif');
	font-family: "Century Gothic", "Trebuchet MS", Arial, verdana, serif;
	font-size: 10pt;
	line-height: 18px;
	color: #b40919;
}


table {
	color: #5d692a;
	border: #b40919 solid 1px;
	background-color: #fbf3f4;
}


.navi {
	padding: 2px;
	letter-spacing: 2px;
	text-transform: lowercase;
	text-align: center;
	border-top: #b40919 solid 1px;
	border-bottom: #b40919 solid 1px;
}


.content {
	padding: 5px;
	text-align: justify;
}


.head {
	padding-bottom: 5px;
	border-bottom: 1px solid #b40919;
	text-transform: uppercase;
	color: #b40919;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 3px;
}


.credits {
	margin-top: 10px;
	text-align: center;
	padding: 2px;
	font-size: 8pt;
}

A:link, A:visited, A:active {
	color: #b40919; 
	text-decoration:none; 
	font-style: italic;
}


A:hover {
	color:#b40919; 
	border-color: #5d692a;
	border-style: none none dotted none;
}
