body{
	margin:1em 20%;
	background:#fff url(./kpc_backline.png) repeat-y;
}

h1{
	font:bold 2.5em serif;
	border-color:#06e;
	border-style:none solid;
	border-width:0.5em;
	margin-bottom:1em;
	padding:0.2em;
}

h2{
	border:solid 5px #06f;
	margin:2.5em auto 1em auto;
	padding-left:1em;
}

h4{
	border-bottom:thin dashed #000;
	padding-left:1em;
}

p{
	text-indent:1em;
	margin:0.3em auto;
	line-height:1.3;
}

p.move,address{
	margin-top:3em;
	padding-top:0.2em;
	border-top:1px solid #000;
	font-style:normal;
	font-size:small;
}

p.move{
	text-align:center;
}

dl{
	margin:0 1em;
}

dt{
	margin:1.5em auto 0.5em auto;
	font-weight:bold;
	border-bottom:1px solid #000;
}

address{
	text-align:right;
}

a{
	text-decoration:none;
}

a:hover,a:active{
	color:#f00;
}

p img{
	float:right;
	margin:0.5em;
}

h1,h2,h3,h4,h5,h6,p{
	clear:both;
}

fieldset{
	margin-bottom: 2em;
	background-color: ActiveBorder;
	color: WindowText;
}