a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCFF66;
	text-decoration: none;
	background-color: #000000;

}
tbody {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCFF66;
	letter-spacing: 1px;
	background-color: #000000;

}
form {
	font-size: 12px;
	color: #CCFF66;
	border: thin dotted #FF0000;
	width: auto;
	background-color: #000000;



}
input {
	background-color: #FFFFFF;
	border: thin dotted #CCFF66;
	list-style-type: circle;
	color: #FF0000;

}
textarea {
	border: thin dotted #CCFF66;
	font-family: "Courier New", Courier, mono;
	background-color: #FFFFFF;
	color: #FF0000;


}
select {
	color: #00FF00;
	background-color: #FF0000;
	border: thin dotted #CCFF66;
}

