@charset "UTF-8";
.point{
	color: RoyalBlue;
}
.bomb{
	color: Lime;
}
.extend{
	color: Magenta;
}
.star{
	color: LightSteelBlue;
}
a, span.uri{
	letter-spacing: 0px;
}
a:link{
	color: rgb( 216, 233, 214 );
}
a:visited{
	color: rgb( 255, 246, 199 );
}
a:active{
	background-color: rgb( 255, 246, 199 );
	color: Black;
}
a:hover{
	background-color: rgb( 216, 233, 214 );
	color: Black;
}
div.top{
	margin: 1em 1em 1em 1em;
}
hr{
	border: 1px solid rgb( 188, 192, 221 );
}
address{
	text-align: center;
}
body{
	background-color: Black;
	color: rgb( 188, 192, 221 );
	font-family: "MS UI Gothic", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	letter-spacing: 0.22ex;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
caption{
	font-size: 120%;
	letter-spacing: 1ex;
}
h1, h2{
	font-size: 111%;
	text-align: left;
}
h1{
	font-family: "‚l‚r ‚o–¾’©", serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 1ex;
}
h2{
	text-indent: 5em;
}
body p{
	margin: 2em 3em;
}
p, ol, ul, dl{
	text-align: left;
}
p.ScreenShot{
	margin: 3em auto;
	width: 320px;
}
pre{
	background-color: rgb( 19, 20, 23 );
	text-align: left;
	width: 33em;
	padding: 5em 3em;
}
span#subtitle{
	font-size: 95%;
	letter-spacing: 0px;
}
table#spec, table#spec tbody tr td, table#spec tbody tr th{
	padding: 0.3ex 0.1ex;
	border: solid 1px rgb( 188, 192, 221 );
}
td ul{
	margin: 0px;
	list-style-type: none;
}
table#spec tbody tr th.heading{
	font-size: 120%;
	letter-spacing: 1ex;
}

dt, th.heading{
	padding: 0.7ex;
	font-weight: bold;
	background-color: rgb( 19, 20, 23 );
}
dd{
	margin: 0px 1em 1ex;
}
dd, dt{
	padding: 0.5ex;
}
dt{
	text-indent: 2em;
}
p.ad{
	text-align: center;
}
p.ss{
	padding: 2em;
	background-color: rgb( 19, 20, 23 );
}
p.time{
	margin: 0px;
	text-align:right;
	font-size: 80%;
}
fieldset{
	margin: 3em;
	text-align: left;
	padding: 1em;
}
fieldset p{
	margin: 0px;
}
input{
	border: solid 2px rgb( 188, 192, 221 );
	background-color: Black;
	color: rgb( 188, 192, 221 );
}
th, td{
	border-color: rgb( 188, 192, 221 );
	border-style: inset;
	border-width: 1px;
	padding: 1ex 2em;
}