body {
	background: #9999ff;
	color: black;
}
A:link {
	color: #993333;
}
A:visited {
	color: #663300;
}
A:active {
	background: #99ccff;
	color: #cc9900;
}
div.outer {
	background: #fff00d;
	border: 1px solid black;
	width: 860px;
	height: auto;
}
div.indexbar {
	background: #fff00d;
	border: 1px solid black;
	width: 660px;
	margin: 2px auto 2px 110px;
	text-align: center;
}
div.indexbar table {
	width: 100%;
}
div.indexbar table tr td {
	text-align: center;
}
div.linkbar {
	float: left;
	width: 170px;
	border-top: 1px solid black;
	padding: 5px 10px 5px 2px;
	list-style-type: none;
}
div.linkbar li {
	margin: 10px 0 0 0;
	border-bottom: 1px dashed black;
}
div.content {
	border: 1px solid black;
	margin-left: 182px;
	width: 660px;
	height: auto;
}
div.embed {
	background: black;
	width: 680px;
	margin: 2px auto 2px 110px;
	padding: 8px;
	border: 2px solid #996600;
	text-align: center;
}
div.copyright {
	background: #ffff99;
	color: black;
	font-size: 12;
	text-align: center;
	border: 1px solid #fff00d;
	padding: 4px 0 0 0;
	width: 860px;
	height: 24px;
}
table.heading {
	margin: 8px 8px 4px 8px;
	padding: 0;
}
table.car {
	background: #ffffee;
	margin: 4px 4px 4px 60px;
	padding: 2px;
}

