/*
Style Sheet for YuO's Web Site

2001/12/19 Update
*/

BODY
{
	font-family: serif;
	font-size: medium;
	color: black;
	background-color: #fffaf0;
	line-height: 1.4;
}

PRE
{
	line-height: 1.0em;
	margin: 0.2em;
}

SMALL
{
	font-size: 0.8em;
}

H1,H2,H3,H4,H5,H6
{
	font-family: sans-serif;
}

H1,H2
{
	margin:  1em 1em 0.1em 0em;
	font-weight:  600;
	border-width:  0.3em 0em 0.1em 0.5em;
	border-style:  solid;
	border-color:  #669900;
}

HR
{
	display:  none
}

H1
{
	font-size: 2em;
}

H2
{
	font-size: 1.4em;
}

H3
{
	margin:  0em 1em 0.1em 0em;
	font-weight:  600;
	border-width:  0.1em 0em 0.1em 0.1em;
	border-color:  #669900;
	border-style:  solid;
	font-size: 1.2em;
}

H4
{
	font-weight:  600;
}

A:link
{
	color: #0000ff;
	background-color: #eeeeff;
	text-decoration:  underline;
}

A:link:hover
{
	color: #eeeeff;
	background-color: #0000ff;
	text-decoration:  underline;
}

A:visited
{
	color: #008800;
	background-color: #eeffee;
	text-decoration:  underline;
}

A:visited:hover
{
	color: #eeffee;
	background-color: #008800;
	text-decoration:  underline;
}

A:active
{
	color: #ff0000;
	background-color: #ffeeee;
	text-decoration:  underline;
}

DD
{
	text-indent: 2em;
}

DL
{
	margin: 0em 0em 1em 0em;
}

DD LI
{
	text-indent: 0em;
}

TABLE
{
	color: black;
}

TD
{
	text-align: center;
}

TABLE.definition
{

}

TABLE.definition TD
{
	text-align: left;
}

TABLE.definition TH
{
	text-align: left;
	font-weight: bold;
}

ADDRESS
{
	margin: 1em 0em 0em 0em;
	border-width: 0.2em 0.1em 0.2em 0.1em;
	border-color: #888;
	border-style: inset;
	background-color: #E5E1D8;
	color: black;
}

BLOCKQUOTE
{
	border-width: thick;
	border-style: double;
	padding: 0.5em;
}

.note
{
	margin: 0.5em 4em;
	padding: 0.3em;
	border: medium double #d35;
	background-color: #fffcf8;
	font-size: 75%;
}

SPAN.softname
{
	font-family: fantasy, monospace;
}

SPAN.softauthor
{
	font-family: cursive, sans-serif;
	font-weight: bold;
}

