body{
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
ol ol li {
	list-style-type: lower-alpha;
}
li {
	margin-top: 0.5em
}
table {
	border: 3px solid #666699;
	font-size : 0.8em;
}
td h2 {
	font-size : 110%;
	margin: 0em;
	color: #ffffff;
	background-color: #999999;
}
tr.heading td, tr.heading th {
	background-color: #999999;
	color: #ffffff;
}
tr.odd td, tr.odd th {
	background-color: #cccccc;
	color: #000000;
}
tr.even td, tr.even th {
	background-color: #eeeeff;
	color: #000000;
}
thead th {
	background-color: #ccccff;
	color: #000000;
}
ul {
	list-style-type: square;
	font-size: 1.5em
}
ul ul {
	list-style-type: circle;
	font-size: 0.75em;
}
h1, h2, em, caption {
	color: #330099;
	background-color: #ffffff;
}
h1 {
	font-size:1.5em; 
}
em {
	font-style: normal;
}
caption {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
p.caption {
	font-weight: bold;
	width: 80%;
	padding-bottom: 1em;
}
div.example {
	text-align: center;
	font-size: 0.6em;
	border: 1px #330099 solid;
}
p.navigation {
	text-align: right;
	color: #333366;
	background-color: #ddddee;
	font-size: 0.8em;
	padding: 0.5em;
}
a img {
	border: none;
}
a:hover, a:focus {
	background-color: #ffff00;
	color: #ff0000;
}
div.links {
	text-align: center;
	font-size: 0.6em;
	font-style: italic;
	clear:both;
	margin-top: 3em;
}
div.links p {
	margin: 0em;
}
div.left, div.right {
	border: 2px #330099 solid;
	padding: 0.5em;
	width: 40%;
}
div.left {
	float: left;
}
div.right {
	float:right;
}
.current-link {
	font-weight: bold;
}
div#jump {
	position: absolute;
	top: 1em;
	left: 10em;
	z-index: -3;
	
}