
/*
Copyright 2009 by OHGAKI Hitoshi Andrew
	andrew@osaka-sandai.ac.jp

This is free document; you can redistribute it and/or modify it 
under the terms of the GNU General Public License
as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

			http://www.gnu.org/licenses/gpl.html
*/

H1, H2, H3, H4, H5, H6{
	border-color: #333333;
	font-family: fantasy;
	text-indent: 1em;
	margin-left:  1%;
	margin-right: 1%;
}

H1{
	font-size: 2.1em;
	text-align: center;
	border-width: 0.2em 0em;
	border-style: solid none;
	margin-left:  64px;
	margin-right: 64px;
}

H2{
	font-size: 1.8em;
	border-width: 0em 0.9em thin 0.9em;
	border-style: none solid solid solid;
}

H3{
	font-size: 1.4em;
	border-width: 0em 0em thin 0.5em;
	border-style: none none solid solid;
}

H4{
	font-size: 1.2em;
	border-width: 0em 0em thin 0.2em;
	border-style: none none dashed dashed;
}

H5{
	font-size: 1.2em;
	border-width: 0em 0em thin thin;
	border-style: none none dashed dashed;
}

H6{
	font-size: 1.1em;
	border-width: 0em 0em thin 0em;
	border-style: none none dashed none;
}

A:link{
	color: #00FF00;
}
A:visited{
	color: #33FF33;
}
A:active{
	color: #66FF66;
}
A:hover {
	background-color: #660066;
	color: #00FF00;
}

BODY{
	color: #00FF00;
	background: black;
	font-size: normal;
	font-family: Georgia, Garamond, serif;
	line-height: 1.2;
	margin-left: 4%;
	margin-right: 4%;

	filter: Gray();
}

P{
	text-indent: 1em;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0em;
	font-style: normal;
}
P.WARNING{
	text-indent: 0em;
	background: #FF6666;
}
P.Level1{
	text-indent: 0em;
	background: #EEEE33;
}
P.Level0{
	text-indent: 0em;
	background: #8888DD;
}

HR{
	width: 0em;
}

UL	{
	margin-top: 0em;
	margin-bottom: 0.5em;
}
OL	{
	margin-top: 0em;
	margin-bottom: 0.5em;
}
LI	{
	line-height: 1.1em;
	font-family: sans-serif;
}

TD	{
	/* background-color: #999966; */
	background-color: #333333;
	}

EM{
	font-size: normal; 
	font-weight: bold;
	font-family: sans-serif;
}

STRONG{
	font-weight: bolder;
	font-size: 1.4em;
	font-family: sans-serif;
}

BLOCKQUOTE{
	font-size: 0.9em;
	margin-top: 0.1em;
	margin-bottom: 0.4em;
	margin-left: 4em;
	background-color: #666666;
	font-family: monospace;
}

IMG{
	border: 0;
}
