body {
	margin:0;
}

#kh-wrapper {
	margin:0;
	width:100%;
	height:100%;
	padding:15px 0;
	font:100% Verdana,Tahoma,Arial,Helvetica,sans-serif;
/*	background:rgb(211,211,211);*/
	text-align:center;
}

#kh-content {
	border:1px solid rgb(169,169,169);
	background:rgb(255,255,255);
	color:rgb(0,0,0);
	width:640px;
	margin:0px auto;
	padding:15px;
	text-align:left;
}

#kh-content h1 {
	font-size:125%;
	line-height:1.5em;
	margin:0 0 0.5em 0;
}

#kh-content li,p,address {
	font-size:75%;
	line-height:1.5em;
	margin:0.5em 0 0.5em 0;
}

#kh-content li {
	list-style-type:square;
}

#kh-content p.date {
	font-size:65%;
	line-height:1.25em;
	font-style:italic;
}

#kh-content a {
	text-decoration:none;
	color:rgb(0,0,255);
}

#kh-content a:hover {
	background-color:rgb(0,0,255);
	color:rgb(255,255,255);
}

#kh-content strong {
	font-weight:bold;
	font-style:normal;
}

#kh-content strong.highlight {
	color:rgb(255,0,0);
}

#kh-content strong.marker {
	background-color:rgb(255,255,0);
}

#kh-content hr {
	border-color:#C0C0C0;
	border-style:dotted;
	border-width:thin;
	width:100%;
	margin:0.5em 0 0 0;
	text-align:center;
}
