@charset "UTF-8";
@import url(container.css);

/* $Id: simple.css,v 1.3 2003/05/05 05:17:17 Mayuki Sawatari Exp $ */

*
{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: inherit;
	line-height: 1.3;
}

font
{
	color: #404040 ! important;
}
marquee, blink
{
	display: none ! important;
}

body
{
	font-family: "Arial", sans-serif;
	margin: 1em 2em;
	padding: 0.5em 0.5em 0 0.5em;
	background-color: white;
	color: #404040;
}

hr
{
	margin: 0.25em 0;
	border: solid #404040 1px;
	height: 1px ! important;
}
 	 body > hr , body > *  > hr
	 {
		margin: 0.5em 0;
		border-style: solid;
		border-width: 1px 0 0 0;
		height: 0 ! important;
		line-height: 1em;
	}
	
h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", serif;
	padding: 0;
	margin: 0.5em 0;
}

h1
{
	margin: 1em 0;
	font-size: 150%;
	text-transform: lowercase;
}
h1:first-letter
{
	font-weight: bold;
	font-size: 180%;
	color: darkred;
	text-transform: uppercase;
}

h2
{
	padding: 0.2em;
	font-size: 120%;
	border: solid 0.1em #808080;
	background-color: #f5f5f5;
	border-style: none none none dotted;
	text-transform: lowercase;
}
h2:first-letter
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 130%;
	color: black;
}

h3
{
	font-size: 1em;
	background-color: transparent;
	border: solid 1px #808080;
	border-style: none none dashed none;
}

address
{
	font-family: "Tahoma", sans-serif;
	text-align: right;
	text-decoration: none;
	font-style: normal;
	font-size: 75%;
}

a:link, a:visited
{
	text-decoration: underline;
}
a:link
{
	color: darkblue;
}
a:visited
{
	color: purple;
}
	a:link img
	{
		border: 1px solid darkblue;
	}
	a[accesskey]:after
	{
		padding-left: 0.1em;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 70%;
		content: "[" attr(accesskey) "]";
		color: #808080;
		background-color: transparent;
	}
dd
{
	display: list-item;
}
dd dl
{
	display: inline;
}
dd dl dt
{
	display: list-item ! important;
}
em, strong
{
	color: darkred;
	font-style: normal;
}
strong
{
	font-weight: bold;
}

ul li
{
	list-style-type:  square;
}

p
{
	text-indent: 1em;
}

pre
{
	border: 1px #808080 solid;
	padding: 0.2em;
}

kbd
{
	font-size: 75%;
	border: 1px #808080 solid;
	border-width: 1px 2px 2px 1px;
	border-color: #c0c0c0 #808080 #808080 #c0c0c0;
	padding: 0.1em 0.3em 0.2em 0.1em;
}

code
{
	font-size: 90%;
	font-family: "Arial", sans-serif;
	border: 1px #c0c0c0 dashed;
	border-style: none none dashed none;
}
pre code
{
	border: 0 transparent none ! important;
}

abbr, acronym
{
	border-bottom: 1px #c0c0c0 dashed;
	cursor: help;
}

var
{
	font-style: normal;
	font-family: serif;
	font-weight: bolder;
	color: #1e1e47;
}
dfn
{
	font-style: normal;
	font-family: serif;
	font-weight: bolder;
}

del
{
	color: #b0b0b0 ! important;
	text-decoration: line-through ! important;
}
del *
{
	color: #b0b0b0 ! important;
	text-decoration: line-through ! important;
}

blockquote
{
	border: 1px #e0e0e0 solid;
	padding: 0 1em;
}
	blockquote[title]:after,
	blockquote[cite]:after,
	blockquote[title][cite]:after
	{
		margin: 0.3em;
		display: block;
		width: 98%;
		padding: 0.2em;
		text-align: right;
		text-decoration: none;
		font-style: normal;
		font-size: 75%;
		font-family: 'Tahoma', sans-serif;
		border-top: 1px #e0e0e0 solid;
	}
	blockquote[title]:after
	{ content: "Cite: " attr(title); }
	blockquote[cite]:after
	{ content: "URI: " attr(cite); }
	blockquote[title][cite]:after
	{ content: "Cite: " attr(title) " | URI: " attr(cite); }

q
{
	color: green;
}
	q:before { content: "\""; }
	q:after { content: "\""; }
table
{
	border-color: #808080 #808080;
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;

}
	tr, td, th
	{
		padding: 0.2em;
		margin: 0;
		border-width: 1px;
		border-style: solid;
	}
	td, th
	{
		border-style: dashed;
	}
	th
	{
		text-align: center;
		vertical-align: center;
		background-color: #808080;
		color: white;
	}
		/*th:before { content: "*"; }
		th:after { content: "*"; }*/

cite
{
	font-family: serif;
	font-weight: bold;
}

img
{
	border: 1px #c0c0c0 solid;
}
