@charset "utf-8";

/*formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	color: #663300;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
h2 {
	color: #333366;
	font-size: 140%;
	background-color: #FFFFFF;
}
h3 {
	font-size: 120%;
	color: #666633;
}

/* link style
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #660033;
	text-decoration: underline;
}

/* basic layout
----------------------------*/
#wrapper {
	background-color: #FFFFCC;
	width: 500px;
	height: auto;
	margin: 30px;
	padding: 15px;
	background-image: url(images/k-back4.jpg);
}
h2 {
	margin-bottom: 1em;
}
h3 {
	margin-bottom: 0.5em;
	margin-top: 1em;
	margin-left: 1em;
}
h4 {
	text-align: center;
}
cite {
	margin-left: 5ex;
}

p {
	line-height: 1.8;
	margin-bottom: 2em;
	margin-left: 2em;
}
table {
	margin-bottom: 1.5em;
	margin-left: 40px;
}
dd {
	margin-left: 20px;
}
table {
	clip: rect(auto,auto,auto,auto);
}
li {
	list-style: disc outside;
	clip: rect(auto,auto,auto,auto);
	margin-left: 10px;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}
.floatLight {
	float: right;
}
