h1 
{ 
   display: block;
   font-size: 170%; 
   font-style: normal; 
   font-weight: normal; 
   font-family: Times, serif;
   margin-bottom: 0;
}

textarea
{
   font-family: Times, serif;
}

input
{
   font-family: Times, serif;
}

.small
{
   font-size: 70%;
}

.error
{
   color: red;
}

