/* Bibi Style, 2024-06-16 */
html, body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dt, dd, ol, ul, li,
cite, code, em, kbd, samp, strong, var,
a, img
	{
	border: 0 solid #808080;
	font-size: 100%;
	font-style: normal;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	}

body
	{
	background: #332d2b;
	color: #fff;
	line-height: 1.5;
	padding: 0.125em 1em 1.5em;
	}

h1, h2, h3, h4, h5, h6
	{
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 0.8em;
	}

h1
	{
	border-width: 0 0 thin;
	font-size: 200%;
	margin: 0 0 0.5em;
	text-align: center;
	}

h2
	{
	border-width: thin 0;
	padding-left: 0.2em;
	}

h3
	{
	border-width: 0 0 thin;
	padding-left: 0.2em;
	}

h4
	{
	border-width: thin 0 0 thin;
	margin-left: 0.2em;
	padding-left: 0.2em;
	}

h5, h6
	{
	margin-left: 0.8em;
	}

h5
	{
	border-width: 0 0 thin;
	}

dl, ol, p, pre, ul
	{
	margin: 0 0 1em;
	}

blockquote
	{
	border-width: 0 0 0 thick;
	margin-left: 2em;
	padding-left: 0.5em;
	}

p
	{
	text-indent: 1em;
	}

blockquote p,
dd p,
li p
	{
	text-indent: 0;
	}

dt
	{
	display: block; /* Dillo */
	margin: 0 0 0.125em 1em;
	}

blockquote dt,
dd dt,
li dt
	{
	margin-left: 0;
	}

dd
	{
	border-width: 0 0 0 thin;
	margin: 0 0 0.25em 2em;
	padding-left: 0.5em;
	}

ol, pre, ul
	{
	margin-left: 2.5em;
	}

blockquote pre,
dd pre,
li pre
	{
	margin-left: 0;
	}

ul
	{
	list-style: disc;
	}

em, strong, var
	{
	color: #f5b1aa;
	}

cite, dt, em, strong
	{
	font-weight: bold;
	}

code, kbd, pre, samp
	{
	font-size: 1rem; /* Webkit */
	}

code, samp
	{
	color: #84b9cb;
	}

kbd
	{
	color: #bce2e8;
	}

a
	{
	color: #f8e58c;
	text-decoration: underline;
	}

a:visited
	{
	color: #f7c88b;
	}

a:hover
	{
	text-decoration: none;
	}

img
	{
	border: thin solid;
	font-style: italic;
	}
