body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 24px;
	color: #ffffff;
	
}

dont_underline {
text-decoration: none;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	

	color: #ffffff;
}

a:link {
	COLOR: #ff6633;
	text-decoration: none
}
a:active {
	COLOR: #ffcc99;
	text-decoration: none;
}
a:visited {
	COLOR: #ff9966;
	text-decoration: none;
}

a:hover {
COLOR: #ffffff;
	text-decoration: none;
}

form {
	background-color: #000000;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

