/* Wisdom table */
body {
width: 740px;
margin:0px auto;
text-align: center;
}
#scripture {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 5px;
	background: white;
	text-align: center;
	width: 710px;}

#wisdom	{
	background: white;
	width: 720px;
	text-align: center;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
table.wisdom	{
	width: 100%;
	font-weight:bold;
	border-style: solid;
	border-color: #9933cc;
}
caption	{
	text-align: center;
	background: purple;
	color: white;
	font-style: bold;}
tr.subtitle 	{
	background: blue;
	color: white;
}
tr.attributes 	{
	background: white;
	color: black;
}
td	{
	width: 33%;
}
.col1	{
	background: #9933cc;
	color: white;
}
.col1a	{
	background: white;
	color: #9933cc;
}

.col2	{
	background: #339900;
	color: white;
}
.col2a	{
	background: white;
	color: #339900;
}

.col3	{
	background: #ff3333;
	color: white;
}
.col3a	{
	background: white;
	color: #ff3333;
}