@charset "utf-8";

* {
	background: transparent;
	border: none;
	color: inherit;
	font: inherit;
	margin: auto;
	padding: 0;
	text-decoration: inherit;
}

table {
	border-collapse: collapse;
}

td {
	text-align: left;
	vertical-align: top;
	border: solid #FFFFFF 1px;
}

body {
	font: 16px arial, sans-serif;
	background: #000000;
	color: #FFFFFF;
}

a[href], input[type="submit"], input[type="reset"] {
	color: #00FFFF;
}

a[href]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	color: #FFFF00;
}

.hcenter {
	text-align: center;
}
.vcenter {
	vertical-align: center;
}

