@CHARSET "ISO-8859-1";

#solsys {
	color: White;
	background-color: #111;
	border: solid 1px Gold;
	padding: 20px;
	width: 710px;
	float: none;
	margin: auto;
}


table.redline {
	width: 750px;
	background-color:#111;
}

.redline, .redline td, .redline th {
	border: solid 1px Gold;
	border-collapse: collapse;
}

.redline td {
	border-left-width: 0px;
}

.redline th {
	border-right-width: 0px;
}

#articles
{
	text-align: left;
	border: solid 1px Gold;
	background-color: #111;
	color: white;
	padding: 20px;
	width: 710px;
	margin: auto;
}

table.blueTable, table.blueTable td, table.blueTable th {
	border: solid 2px RoyalBlue;
	border-collapse: collapse;
	padding: 10px;
	color: Black;
}

table.blueTable th {
	color: white;
	background-color: black;
}

#freeChapters {
	width: 80%;
	border: solid 1px Black;
	margin: auto;
	background-color: #eee;
	padding: 10px;
}

#freeChapters h3 {
	font-size: 20px;
	color: Red;
	font-style: italic;
}

#freeChapters h4 {
	font-size: 15px;
	color: Navy;
}

#toc {
	width: 80%;
	border: solid 2px Black;
	background-color: #eee;
	margin: auto;
	padding: 20px;
}

}
