body {
	background-color: #fff;
}

.form_submit {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 20px;
  border: 1px #cfcfcf solid;
  background-color: #000000;
  color: #ffffff;
  vertical-align: middle;
  margin-left: 0px;
}

a {
  font-weight:normal;
}
a:link {
  text-decoration:none;
  color: #979797;
}
a:visited {
  text-decoration:none;
  color: #979797;
}
a:hover {
  text-decoration:underline;
  color: #979797;
}

b {
 font-weight: normal;
}

input {
  border: 1px #d8d8d8 solid;
  background-color: #e1e1e1;
}
