
body {
	color: #ffffff; 
	font-size: x-small; 
	font-family: "MS UI Gothic",Osaka,sans-serif;
	background-color: #000000;
	scrollbar-Track-Color: #000000;
	scrollbar-Face-Color: #000000;
	scrollbar-Shadow-Color: #ff0000;
	scrollbar-DarkShadow-Color: #000000;
	scrollbar-Highlight-Color: #ff0000;
	scrollbar-3dLight-Color: #000000;
	scrollbar-Arrow-Color: #ff0000;
	cursor: crosshair;
}


a:link {
	text-decoration:none;
	color: #ffffff;

	
}
a:visited {
	text-decoration:none;
	color: #ffffff;

}
a:active {
	text-decoration:none;
	color: #ffffff;
}
a:hover {
	color:#ff0000;
	cursor: move;
	text-decoration : underline overline;
}

td {
	line-height: 120%; 
	font-size: x-small;
}

tr {
	background-color: #000000;
}

a.w:link {
	text-decoration:none;
	color: #000000;
	
}
a.w:visited {
	text-decoration:none;
	color: #000000;
}
a.w:active {
	text-decoration:none;
	color: #000000;
}
a.w:hover {
	text-decoration : underline overline;
	color:#ff0000;
	cursor: move;
}

td.w {
	line-height: 120%; 
	font-size: x-small;
	color: #000000;
	background-color: #ffffff;
}