/*
	mosaicwin.css - NCSA Mosaic 3.0 for Windows
		Copyright (C)2000 Shingo Endo
*/

BODY
{
	font-family: serif;
	font-size: 11pt;
	color: black;
	background-color: silver;
}

H1, H2, H3, H4, H5, H6
{
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-top: 5.5pt;
	margin-bottom: 5.5pt;
}

H1
{
	font-size: 24pt;
}

H2
{
	font-size: 22pt;
}

H3
{
	font-size: 20pt;
}

H4
{
	font-size: 18pt;
}

H5
{
	font-size: 16pt;
}

H6
{
	font-size: 14pt;
}

P
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

PRE
{
	font-family: monospace;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

BLOCKQUOTE
{
	font-weight: bold;
	margin-left: 1em;
}

ADDRESS
{
	font-style: italic;
}

UL, OL
{
	padding-left: 0;
}

UL, OL, DL
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

UL, OL, DD
{
	margin-left: 1em;
}

TABLE
{
	border-width: 1px;
	border-color: white gray gray white;
	border-style: solid;
}

TH, TD
{
	border-width: 1px;
	border-color: gray white white gray;
	border-style: solid;
}

TH
{
	font-weight: normal;
}

EM
{
	font-style: italic;
}

STRONG
{
	font-weight: bold;
}

CODE
{
	font-style: normal;
}

KBD
{
	font-size: 9pt;
	font-style: italic;
}

CITE
{
	font-style: italic;
}

A
{
	text-decoration: none;
}

A:link, A:active
{
	color: blue;
}

A:visited
{
	color: red;
}
