/* content */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#161616;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/*h1*/
.header {font-size: 24px}

/*main entry link*/
.enter {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.enter:link {
	text-decoration: none;
}
.enter:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.enter:hover {
	text-decoration: none;
	color: #66FF00;
}
.enter:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*index link*/
.main {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.main:link {
	text-decoration: none;
}
.main:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.main:hover {
	text-decoration: none;
	color: #66FF00;
}
.main:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*footer*/
.footer {font-size: 8px}