﻿html, body {
	margin:0;
	height:100%;
}
body {
	font-family: "Trebuchet MS",Arial,Helvetica;
	background:url('lib/P1020991.jpg') no-repeat fixed; 
}
h1, h2, h3, h4, h5, h6 {
	color: #330099;
}
h2 {
	border-top:medium #330099 solid;
	clear: left;
}
h3, h4, h5, h6 {
	margin-left:2em;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
dl {
	margin: 0 0 0 1.5em;
}
dt {
	float:left;
	width:5em;
	background-color:white;
	text-align:center;
}
dd {
	margin:3px;
	padding:0 0 0 5px;
	overflow:hidden;
	background-color:white;
}
table {
	border-collapse:collapse;
}
kbd, pre {
	color:green;
	font-weight:bold;
}
pre {
	margin:0 10em;
	background-color:#ffff99;
}
.code {
	margin:0 0 2em;
}
blockquote {
	background-color:silver;
}
#container {
	position:relative;
	width:100%;
	height:100%;
}
#stack {
	position: fixed;
}
#canvas {
	position: absolute;
	left: 220px;
	padding-left:5px;
	overflow: auto;
}
.caption {
	font-weight:bold;
	font-size:x-small;
	margin:0;
	text-align:center;
}
.floatl {
	float:left;
	margin-right:5px;
}
.centre {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.mini {
	font-size: small;
	margin-bottom: 0;
	margin-top: 0;
}
.step {
	width: 100%;
	background: #ccffcc;
	border: 0;
}
.step td, .step th {
	font-size: 1em;
	border: 1px #98bf21 solid;
	padding: 3px 7px 2px 7px;
	vertical-align: top;
}
.step th {
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 4px;
}
.word {
	width:90%;
	margin:0 auto;
	text-align:center;
}
.word td {
	border:1px black solid;
}
.odd {
	background-color:#ccffcc;
}
.even {
	background-color:#ffff99;
}
.bullet {
	display: list-item;
	margin: 0 2em;
}
ul.menu, ul.menu ul {
	width:220px;
	border:0;
	background-color:#e5e5e5;
	padding-left:0px;
	cursor:default;
	margin-left:0px;
}
ul.menu li {
	list-style-type:none;
	margin:0;
	padding-left:5px;
	position:relative;
	color:#000000;
}
ul.menu li > ul {
	display:none;
	position:absolute;
	top:4px;
	left:210px;
}
ul.menu li:hover > ul {
	display:block;
}
ul.menu li a {
	display:block;
	width:100%;
	text-decoration:none;
	color:#330099;
}
ul.menu li:hover > a {
	background-color:#330099;
	color:#fff;
}
