* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #cccccc;
	color: black;
	width: 8in;
}
body {
        font-family: Georgia,Serif;
        font-size: 1em;
        margin: 3%;
        background-color: #cccccc;
        color: #000000;
	width: 8in;
}
a#titlelink:link, a#titlelink:visited, h4.title a:link, h4.title a:visited {
        color: #000000;
        text-decoration: none;
}
a#titlelink:hover, a#titlelink:active, h4.title a:hover, h4.title a:active {
	background-color: #6699CC;
	color: #000033;
}
p {
	padding-top: 3px;
}
li {
	padding-top: 6px;
	padding-left: 0px;
	margin-left: 10px;
}
li li {
	padding-top: 4px;
}
h1 {
	border-bottom: dotted 1px #000000;
	margin-bottom: 0px;
	font-size: 30px;
}
h2 {
	font-size: 18px;
	margin-bottom: 0px;
}
h3 {
	padding-top: 4px;
	margin-bottom: 0px;
	clear: both;
	font-size: 16px;
}
div.section {
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 14px;
}
div.content {
	padding: 1em;
	background: #ffffff;
	color: black;
	border:  1px solid black;
	margin-bottom: 10px;
	font-size: 14px;
	width: 8in;
}
div.versions {
	padding-top: 1px;
	font-size: 9px;
}
div.versions ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.versions ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
table#work {
	width: 80%;
}
table#work td {
	padding-right: 1em;
	white-space: nowrap;
}
ul.thumbs {
	padding: 0;
	margin: 0;
}
ul.thumbs li {
	width: 160px;
}
ul.thumbs li table {
	width: 100%;
}
td.slide {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}
table.input th, table.input td {
	font-size: 12px;
	text-wrap: suppress;
}