body
{
	color: #000;
	font-size: 1.0em;
	font-family: Serif;
}

p
{
	color: #3131aa;
	font-size: 1.0em;
	font-family: Serif;
}

p.plain
{
	color: #000;
	font-size: 1.0em;
	font-family: Serif;
}

i
{
	color: gray;
	font-size: 1.0em;
	font-family: Serif;
	text-decoration: strong;
}

a:hover { color: gray; }
:visited { color: #ff9900; }
:link { color: #ff9900; }
a { text-decoration: none; }
a:hover { text-decoration: none !important; }
a[name] { text-decoration: inherit; }
a[name]:hover { text-decoration: none !important; }

hr
{
	border: 0;
	border-bottom: 1px dashed #ccc;
	padding: 0.5em;
}

th
{
	background-color: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	color: #999;
}

th + th { border-left: 0; }
a[name]:hover { color: inherit; }

h1
{
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 20px;
}

h2
{
	font-size: 1.0em;
	color: #ff0000;
	border-bottom: 2px solid #ccc;
}

h2 img { vertical-align: middle; }
h3 { font-size: 1.0em; }

.back
{
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	width: 70px;
}

.button
{
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

.emptybox { width: 70px; }
.spacebox { width: 140px; }

