* { 
	margin:0px; 
	padding:0px; 
	font-family:Tahoma, sans-serif; 
	background:none; 
}
body { 
	padding:4px 10px 0px 20px;
	background:black;
	color:white;
}
th, td {
	padding-right:10px;
	text-align:left;
}
.t_hover { cursor:pointer; }
.t_hover:hover { background:#9ab7db; }

a {
	color:white;
}
h1 { font-size:24px; }
h4 { font-size:16px; padding-bottom:4px; }

fieldset { padding:4px 4px 4px 10px; margin:0px 100px 20px 0px; border:1px solid white;}
legend { padding:0px 4px 0px 4px; font-weight:bold;}
legend small { font-weight:normal; }

input {
	color:black;
	padding:2px 2px 2px 2px;
	background: #e9f2fb;
	border:2px solid #e9f2fb;
	margin:0px;
}
input:focus {
	background: white;
	border:2px solid #3864a0;
	margin:0px;
}

.btn {
	text-align:center;
	cursor:pointer;
	font-size:14px;
	width:50px;
	border:1px solid #3864a0;
	margin:0px;
}
.btn:hover, .btn:focus {
	background:white;
}

#info { font-size:14px; text-align:right; }
#info a { text-decoration:none; }
#info a:hover { text-decoration:underline; }

.fun_hover { color:white; cursor:crosshair; }
.fun_hover:hover { color:#FFA500; }

/*
	orange: #FFA500;
*/
