body
{ 
  background-color: black;
  font-size: 22px;     
  color:white;
  font-family: Arial; 
}

b,
form
{
  font-size: 16px;
}

table,
tr,
td
{
  font-family: Arial; 
  font-size: 22px;
   
  border: 0px solid black;
  border-spacing:0px;
  padding:5px;
}

tr:nth-child(even) 
{
  background-color: black;
}

tr:nth-child(odd) 
{
  background-color: #D9D9D9; 
  color: black;
}



input,
textarea
{
  background-color:#000000;
  color:white;
  padding:4px;
  text-align:left;
  border:1px solid red;
  font-family:Verdana;
  font-weight:bold;
  font-size:16px
}	

input.btn
{
  
  text-align:center;
  
}	




