.oldtext {
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
	color: #000000;
}

.text {
	font-family: "Fixedsys", Fixedsys, mono;
	text-decoration: none;
	color: #000000;
}

.white {
	font-family: "Fixedsys", Fixedsys, mono;
	text-decoration: none;
	color: #FFFFFF;
}

.red {
	font-family: "Fixedsys", Fixedsys, mono;
	text-decoration: none;
	color: #FF0000;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FF0000;

}

table {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

input {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	height: 16pt;
}
select {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	height: 16pt;
}

textarea {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}



