#mailform
{ 
  float:right;
  width:400px;
  height:360px;
  padding:25px 0px;
  color:#404040;
  font-size: 120%;
  font-family: serif;
  #font-family: Times New Roman, serif; //hack for IE6.
  _font-family: Times New Roman, serif; //hack for IE7.
  overflow-y:hidden;
}

#paragraph
{ 
  float:left;
  width:348px;
  height:360px;
  padding:25px;
  color:#404040;
  font-size: 120%;
  font-family: serif;
  #font-family: Times New Roman, serif; //hack for IE6.
  _font-family: Times New Roman, serif; //hack for IE7.
  overflow-y:auto;
}

.textlink
{
  color:#990000;
  text-decoration:underline
}
