﻿@charset "utf-8";
@import url('table.css');
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFDE00;
	position: relative;
	padding: 0px;
}
body {
	background: #000000 url(../images/bg/1.png) no-repeat fixed center 50%;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 14px;
}
a:link {
	color: #FFDE00;
	text-decoration: none;
}
a:visited {
	color: #FFDE33;
	text-decoration: none;
}
a:hover {
	color: #FFFE00;
	text-decoration: none;
}
a:active {
	color: #276184;
	text-decoration: none;
}
.input {
	color: #FFDE00;
	text-align:center;
	font-weight:bold;
	background-color: transparent;
	border: 1px;
	border-color: #FFDE00;
	border-top: 1px #FFDE00 solid;
	border-left: 1px #FFDE00 solid;
	border-bottom: 1px #FFDE00 solid;
	border-right: 1px #FFDE00 solid;
	margin-top: 5px;
}
option {
color: #FFDE00;
	background-color: #000000;
	border: 0px;
	border-color: #FFDE00;
	border-top: 1px #FFDE00 solid;
	border-left: 1px #FFDE00 solid;
	border-bottom: 1px #FFDE00 solid;
	border-right: 1px #FFDE00 solid;
	margin-top: 5px;
}