a {
	color: #ffffff;
	font-weight: normal;
	outline: none;
	text-decoration: none;
}
body {
	background: #000000;
	margin: 0px;
}
table {
	background: #000000;
	color: #ffffff;
	border-spacing: 0px;
	font-family: "Monospace font handling in Firefox is braindead", monospace;
	width: 100%;
}
td {
	padding: 0px;
}
td.okbutton {
	background: #0000ff;
	text-align: center;
	width: 50%;
}
td.js_okbutton {
	background: #0000ff;
	text-align: center;
	width: 50%;
}
td.js_okbutton:hover {
	background: #6060ff;
}
td.cancelbutton {
	background: #ff2020;
	text-align: center;
	width: 50%;
}
td.js_cancelbutton {
	background: #ff2020;
	text-align: center;
	width: 50%;
}
td.js_cancelbutton:hover {
	background: #ff6060;
}
tr.heading {
	font-weight: bold;
	text-align: center;
}
tr.language {
	background: #0000ff;
	text-align: right;
}
tr.text {
	text-align: justify;
}
