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

body {
	background-color:#000000;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:12px;
}

tbody {
	background-color:#000000;
	font-family:Arial, sans-serif;
	color:#ffffff;
	font-size:12px;
}

A:link {text-decoration: none; color:#FF0000;}
A:visited {text-decoration: none; color:#FF0000;}
A:active {text-decoration: none; color:#FF0000;}
A:hover {text-decoration: underline; color: #FF0000;}

object {
outline:none;
}