/* The King's Son Who Feared Nothing Story Stylescript */
	/* Author: Phillip Vose (http://www.dragoncloud.co.uk ; webmaster@loki7.co.uk) */

	/* Page level styles */

body {
	background-color: #ffffff;
	color: #000000;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

	/* Table styles */

.row1col1 {
	width: 345px;
	max-width: 345px;
	height: 22px;
	max-height: 22px;
	background-image: url(../images/book_left_top.jpg);
}

.row1col2 {
	width: 345px;
	max-width: 345px;
	height: 22px;
	max-height: 22px;
	background-image: url(../images/book_right_top.jpg);
}

.row2col1 {
	width: 345px;
	max-width: 345px;
	background-image: url(../images/book_left_mid.jpg);
}

.row2col2 {
	width: 345px;
	max-width: 345px;
	background-image: url(../images/book_right_mid.jpg);
}

.row3col1 {
	width: 345px;
	max-width: 345px;
	height: 37px;
	max-height: 37px;
	background-image: url(../images/book_left_bot.jpg);
}

.row3col2 {
	width: 345px;
	max-width: 345px;
	height: 37px;
	max-height: 37px;
	background-image: url(../images/book_right_bot.jpg);
}

	/* Header level styles */

.header {
	text-indent: 40px;
	font-size: 15pt;
}

.subheader {
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	padding-right: 15px;
}

	/* Content level styles */

.content {
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 40px;
}

	/* Footer level styles */

.menu {
	font-size: 8pt;
	text-indent: 40px;
}

.source {
	font-size: 8pt;
	text-align: right;
	padding-right: 35px;
}