/*
 * Lynx-like style
 *
 * Author: Bert Bos <bert@w3.org>
 * Created: 5 May 2001
 */

BODY
{
	background: black;
	color: #0F3;
	margin: 0 1em 0 1em;
	font-family: sans-serif;
	font-size: 12px;
}

H1 { text-align: center; }
UL, OL { margin-left: 2em; }

LI
{
	text-indent: 1.2em;
	margin: 0;}

LI:before { content: "* "; }
A:link, A:visited
{
	font-style: normal;
	font-weight: bold;
	color: #3F0;
}

IMG
{
	width: 0;
	height: 0;
}

IMG:before { content: attr(alt); }
