body,td {
	background: black;
	color: silver;
	font-family: Courier New, Courier, MS Courier New, Prestige,	Everson Mono, monospace;
}

input,textarea {
	font-family:  Courier New, Courier, MS Courier New, Prestige, Everson Mono, monospace;
	color: silver;
	background: #000000;
	border-width: 0px;
	border-color: black;
	border-style: none;
	padding: 0px;
	margin: 0px;
}

textarea {
	border-width: 1px;
	border-color: silver;
	border-style: solid;
	padding: 1px;
	marging: 1px;
}

input.bordered {
	font-family:  Courier New, Courier, MS Courier New, Prestige, Everson Mono, monospace;;
	color: silver;
	background: #000000;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	padding: 1px;
	margin: 1px;
}

a {
	color: white;
}
