
fieldset {
  border: 1px solid #008000;
}

label {
  width: 100px;
  float: left;
  text-align: right;
  margin-right: 7px;
  display: block;
} 

legend {
  color: #000000;
  background: #008000;
  border: 1px solid #008000;
  margin-left: 5px;
  padding: 2px 6px;
} 

input {
  color: #008000;
  background: #F2F2F2;
  border: 1px solid #008000;
}

textarea {
  color: #008000;
  background: #F2F2F2;
  border: 1px solid #008000;
}

.marrom A:link      {
  color:#4E4E4E; 
  text-decoration: none;
}

.marrom A:visited   {
  color:#4E4E4E; 
  text-decoration: none
}

.marrom A:active    {
  text-decoration: none
}

.marrom A:hover     {
  color:#b90000;
}



