<style>
	p {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	body {
		font-family: "Verdana", "Arial", "sans-serif";
		font-weight: normal;
		font-style: normal
	}


	h1 {font-size: 160%
	}

	h2 {font-size: 140%
	}

	h2 {font-size: 120%
	}


	td.chapter:hover {
		background: yellow;
		font-weight: bold;
	}

	tr.menu {font-size: 70%
	}

	tr.cont-main {font-size: 70%
	}

	tr.cont-head {font-size: 80%
	}


	a.menu {
		text-decoration: none;
	}

	a.menu:hover {
		text-decoration: underline;
		background: blue;
		color: white;
		font-weight: bold;
	}

	a.cont-main:hover {
		text-decoration: underline;
		background: blue;
		color: white;
	}

</style>