input, textarea
{
   font-family: "Times New Roman", Times, serif;
}
 
input:focus, textarea:focus 
{
   background-color: #FFFF99;
}
 
label
{
   color: black; 
}
 
legend 
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color:black;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px;
   
}

