body {
/*	background-color: #FFFDF7; /* light orange */
/*	background-color: #e3eeff; /* strong blue */
/*	background-color: #e7f0ff; /* medium blue */
/*	background-color: #EFF5FF; /* light blue */
	background: #e7f0ff url(bg-shade-blue.png) repeat-x;
	color: #000;
	font-family: dejavu sans, verdana, sans-serif;
	line-height: 125%;
	margin: 8px;
	padding: 0;
}

#container {
/*	background-color: #fff7e3;	/* #fff4db; #ffffd7; */
	background: #fff7e3 url(bg-shade-beige.png) repeat-y;
	border: 1px #da9b58 solid;	/* #98aab1 */
	color: inherit;
	margin: 0 auto;
/*	max-width: 57em;	*/
	padding: 16px 32px 8px;
	text-align: justify;
	width: 728px;
}

h1 {
	font-size: 1.4em;
	margin: 10px 0 20px;
}

h2 {
	font-size: 1.2em;
	margin: 18px 0 12px;
}

h3 {
	font-size: 1.1em;
	margin: 14px 0 4px;
}

hr {
	border-style: solid;
	border-color: #e2c2a0;
	border-width: 1px 0 0;
	height: 0;
	margin: 24px 0;
}

div > p {
	margin: 6px 0;
}

blockquote {
	background-color: transparent;
	color: #112233;
	margin: 7px 48px 18px;
}

ul {
	line-height: 125%;
	list-style-type: circle;
	margin: 0 0 8px;
	padding: 0 0 0 24px;
	text-align: justify;
}

li {
	font-size: 92%;
	margin: 2px 0;
}

li ul {
	line-height: 120%;
	list-style-type: square;
	margin: 0 8px 8px;
}

li li {
	font-size: 92%;
	margin: 2px 0;
}

code {
	font-family: dejavu mono, courier;
}

.portrait {
/*	border: 1px solid #e2c2a0; */
	float: right;
	height: 192px;
	margin: 0 0 48px 48px;
	width: 144px;
}

.ubuntulogo {
	float: right;
	height: 64px;
	margin: 16px 0 16px 24px;
	width: 248px;
}

label {
	cursor: pointer;
}

#footer {
	margin: 0;
	text-align: center;
}

#footer p {
	font-size: 0.8em;
	margin: 12px 0;
}

#footer hr {		/* inherits from hr */
	margin: 24px 0 8px;
}

#footer img {
	border: 0;
	height: 15px;
	width: 80px;
}

a img {
	border: 0;
}

/* the order matters, see http://www.nic.fi/~tapio1/Teaching/Ankkurit.php3 */
a			{ text-decoration: none }													/* because of some browsers the element "A" must be defined */
a[id]		{ background-color: inherit !important; color: inherit !important; text-decoration: none !important }		/* CSS2-compliant browsers implement "a:hover" also for named anchors; in order to avoid "a:hover" to change properties of named anchors they must define as important; in this solution "a:hover" should not use the "!important" rule */
a:link		{ background-color: inherit; color: #b8752e; text-decoration: none }
a:visited	{ background-color: inherit; color: #9b6123; text-decoration: none }
a:hover		{ background-color: inherit; color: #d0822e; text-decoration: underline }
a:active,
a:focus		{ background-color: inherit; color: #D68614; text-decoration: underline }

/* prevent overflow of images beyond their container, see https://alistapart.com/article/fluid-images/ */
img,
embed,
object,
video {
	max-width: 100%;
}
