table {
	font-size:inherit;
	font-family:inherit;
	padding:0;
	margin:0;
}

ul {
	margin: 0;
	padding:0 0 0 1.8em;
}

img {
	border-style:none;
}

p, li, h1, h2, h3 {
	margin:0;
	padding:0;
}

.even {
	background-color:#e4f0f4;
}
.odd {
}

.cell {
	padding: 5px 10px 5px 10px;
}

.chindent {
	text-indent:2em;
}
.s-gap {
	display:block;
	height:0.6em;
}
.gap {
	display:block;
	height:1.1em;
}
.x-gap {
	display:block;
	height:2.1em;
}

a, a:visited {
	color: #ff0000;
}
a:hover {
	color: #ff60a0;
}

.blackness a, .blackness a:visited, .blackness a:hover{
	color:#000000;
}

span.tag {
	display:inline-block;
	background-color:#a0a0a0;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	text-weight:bold;
	font-family:arial narrow, arial, sans serif;
	font-size:8pt;
	width:80px;
	margin:0px 0px 0px 0px;	overflow: hidden;
}

div.newgame {
	background-color:#ffffff;
	color:#506060;
	border-width: 1px;
	border-style: solid;
	border-color: #b1c0c7;
	width:425px;
}

div.game {
	background-color:#ffffff;
	color:#506060;
	padding: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #b1c0c7;
	width:425px;
}

div.narrow {
	width:176px;
}

div.game h1, div.game h2 {
	font-size:24px;font-weight:bold;letter-spacing:-1px;
	line-height:110%;
	padding-top:26px;
}

.arin {
	font-family: arial,helvetica,sans-serif;
	font-size:13px;
	line-height:140%;
}
.arin h1 {
	font-size:18px;
	font-weight:normal;
	line-height:140%;
}
.arin h2 {
	font-size:13px;
	font-weight:bold;
	line-height:140%;
}
.arin h3 {
	font-size:13px;
	font-weight:bold;
	line-height:140%;
}


.navi {
	color: #303030;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -1px;
}

a.shy, a.shy:visited {
	color: #000000;
	text-decoration:underline;
}
a.shy:hover {
	color: #ff0000;
}


.navi a {
	color: #303030;
	text-decoration:none;
}

.inverse>.navi a {
	color: #ffffff;
	text-decoration:none;
}

.navi a:hover {
	color: #ff0000;
	text-decoration:underline;
}

.hidden {
	display:none;
}	

