body {
  color: #000;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}

.Body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: left;
  color: #2F5057;
  width: 680px;
  padding: 10px;
  margin: 0;
  background-color: #DAE5C3;
}

.LeftCol {

}

.MainTitle {
  font-family: Arial, sans-serif;
  font-size: 22px;
}

.MainBody {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.FormBody, .FormBody input {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.ExampleBody {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.ResultTitle {
  font-family: Arial, sans-serif;
  font-size: 22px;
}

.ResultBody {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.ErrorBody {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.Copyright {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #fff
}

a:active {
	color: #657875;
}

a {
	color: #2F5057;
	text-decoration:none;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

a:visited {
	color: #2F5057;
}