.kobjects, .toc, .title {
	box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.kobjects {
	padding: 12px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 50px;
	text-align:right;
}

.kobjects a:active, 
.kobjects a:visited, 
.kobjects a:hover, 
.kobjects a:link {
	color: #ddd;
	text-decoration:none;
}

.title {
	padding: 12px 150px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #88f;
}

.toc {
	padding: 12px 150px;
 	font-size: 14px;
	top: 50px;
	left: 0;
	position: absolute;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid gray;
}

table {
	font-size: 14px;
}

h3 {
	font-size: 14px;
}

h2 {
	font-size: 16px;
}

h1 {
	font-size: 20px;
}

body {
	margin: 0;
	font-family: sans-serif;
	font-size: 14px;
	padding: 100px 150px;
	background-color: #fff;
}