body {
	font-size: 80%;
	font-family: Verdana;
	line-height: 1.4em;
	color: #555;
	align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:arial;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
	background-image : url(images/header_back.png);
}
h1 {
	border-bottom: 4px solid #678;
}
h2 {
	border-bottom: 3px solid #678;
}
h3 {
	border-bottom: 2px solid #678;
}
h4 {
	border-bottom: 1px solid #678;
}

p {
	text-indent: 1em;
	text-align: justify;
}
ul {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: blue;
	background-color: #eef;
	padding-left: 0.125em;
	padding-right: 0.125em;
}

a:hover {
	color: red;
	background-color: #fee;
}

img {
	border: 0;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

div#container {
	width: 680px;
}

div#container div.indent {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #eee;
}

p#datetime {
	text-align: right;
	font-size: 80%;
}

div#distributions ul li ul li {
	display: inline;
}

cite {
	font-size: 80%;
/*	font-style: normal; */
}

pre {
	border-left: 3px solid #555;
	padding-left: 1em;
}

dt {
	color: green;
}
dl {
	margin-left: 1em;
}