<!--
BODY{
  background-color : black;
  color : white;
}
TD{
  font-size : x-small;
}
.A1{
  color : white;
  width : 15%;
  padding : 3px;
  margin : 1px;
  border : 1px white solid;
  text-decoration : none;
  text-align : center;
  letter-spacing : 1px;
}
.A1:HOVER{
  color : red;

  border : 1px red solid;
}
.t1{
  font-size : 20px;
  font-family : Impact;
  letter-spacing : 5px;
}
textarea,input {

	font-size: 12px;

	font-weight: 400;

	color: #bbbbcc;

	border: 3px #666666 ridge;

	background-color: #111122;

	cursor: hand;

}
-->