/* lynx.css	by YANO Keisuke */

body {
	font: medium/1.0 monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	background: white;
	margin-left: 1.5em;	/* 3? */
	margin-right: 1.5em;
}

a:link, a:visited {
	color: black;
	font-weight: bolder;
}

p {
	text-indent: 0;
	font-family: monospace;
}

h1 {
	font: medium/1.0 monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font: medium/1.0 monospace;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
}

h2 {
	margin-left: -1.5em;
}

h3 {
	margin-left: -0.5em;
}

h4 {
	margin-left: 0.5em;
}

blockquote {
	margin-left: 1em;
	margin-right: 1em;
	font-style: normal
}

adress {
	margin-top: 2em;
	margin-left: 0.5em;
}

pre {
	margin-left: -1.5em;
}

i, cite, em, var, adress, blockquote {	font-style: normal }

i, b, em, strong, var {
	text-decoration: underline;
	font-weight: normal;
}

/*	Using CSS2 functions
s:before, strike:before, del:before {
	content: " [DEL: "
}

s:after, strike:after, del:after {
	content: " :DEL] "
}

s, strike, del {
	text-decoration: none;
}
*/

samp {	font-size: medium }

big, small, font {	font-size: medium }

/* TODO:
		* table
*/

