@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
body {
	background-color: #000;
	margin: 0px;
	text-align:left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

hr{
	border-top: 0.1em dashed;
	border-bottom: #000 none;
}

.MainWeb {
	color: #6CF;
	font-size: 11px;
}
.SubMainWeb {
	color: #CCC;
	font-size: 10px;
}
#Content{
	width: 1024px;
  	margin-left: auto;
  	margin-right: auto;
}

#Console {
	text-align: left;
}
