* {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

a { text-decoration: none; }
a:link { color: #00FF1C; }
a:active { color: #B5ED5C; }
a:visited { color:#00FF1C;}
a:hover { color: #fff; }

.fight {
	margin: auto;
	width: 780px;
	text-align: center;
}
.enter {
	font-size: 56px;
	font-weight: bold;
}

.fight h1 {
	font-size: 26px;
	margin: 4px;
}
.fight p {
	margin: 6px;
}
td {
	text-align: center;
}
