
.A				{text-decoration:none; color:black;}

.bold			{font-weight:bold;}
.bold_right		{font-weight:bold; width:100%; text-align:right;}
.frame			{border-style:solid; border-color:black; border-width:1px}

.left {
	float: left;
}
.right {
	float: right;
}

.bigtitle		{background-color:black; color:white; text-align:left; font-size:xx-large;}
.rant			{padding-left:15px}
.wide			{width:100%;}
.hilite			{background-color: #ff0; text-align:center; cursor:pointer;}
.unhilite		{background-color: #ccc; text-align:center; cursor:normal;}

body {
	width: 90%;
	padding: 0;
	margin: auto;
	background-color:#eee;
}

.header	{
	background-color: #999;
	color:white;
	font-weight:bold;
	text-align:center;
	width: 100%;
}

.box {
	display: table;
	background-color:white;
	border: 1px solid black;
	width: 100%;
}


.content {
	display: table;
	height: 100%;
}

.index {
	float: left;
	display: table-cell;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #ccc;
	width: 10em;
	border-right: 1px solid black;
	text-align: center;
	font-variant: small-caps;
	font-size: 20px;
	font-weight: bold;
}

.bottom {
	position: relative;
	margin-top: 5em;
}


.message {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	color: black;
	font-size: xx-large;
	padding-left: 2em;
	position: relative;
	top: .75em;
}

.belief {
	background-color: silver;
	font-size: x-small;
	border: 1px solid black;
	border-top: 0px;
	height: 1em;
	width: 100%;
}

.quote {
	font-size: x-small;
	text-align: center;
	padding-bottom: 5em;
}

.footer {
	font-size: x-small;
	text-align: center;
	width: 90%;
	margin: auto;
	position: fixed;
	bottom: 0px;
}

.icons			{background-color:#dddddd; border-style:solid; border-color:blue; border-width:1px; text-align:center;}
.tiny			{font-size:x-small;}


