body {
	margin: 0px;
	font: 8pt Tahoma, Arial, Helvetica, sans-serif;
}
#header {
	font: 24pt Georgia, Times New Roman, serif;
	font-weight: bold;
	color: #fff;
	background: #000;
	padding: 15px 10px 0px 10px;
}
#version {
	background: #000;
	color: #fff;
	padding: 0px 10px 5px 10px;
}
#version a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#version a:hover {
	color: #fc9;
	border-bottom: 1px solid #fff;
}
span.cversion {
	font-weight: bold;
}
#body {
	padding: 10px;
}
span.ulh {
	font-size: larger;
	font-weight: bolder;
}
ul {
	margin-top: 2px;
}
li {
	margin-bottom: 2px;
}
#footer {
	border-top: 1px solid #ccc;
	padding: 5px 10px 15px 10px;
	color: #ccc;
	margin-top: 10px;
	font-size: smaller;
}
li.img {
	list-style-type: none;
}
#body a {
	text-decoration: none;
	color: #03c;
	border-bottom: 1px dotted #ccc;
}
#body a:hover {
	color: #003;
	border-bottom: 1px solid #03c;
}
