body {
  color: #000;
  font-family: Arial, sans-serif;
  background-color: #fff;
  text-align: center;
  font-size:14px;
}

.Body {
  font-size:160%;
  width:800px;
  padding: 10px;
  margin-left:auto;
  margin-right:auto;
}

.MainTitle {
  font-size:160%;
  color:#ff0000;
  text-transform:uppercase;
}

.MainBody {
  font-size:160%;
}

 .FormBody {
  font-size:160%;
  }
 
 .FormBody input {
  font-size:80%;
  }

.ExampleBody {
  font-size: 10px;
}

.example {
	padding-top:30px;
	font-size:80%;
	}

.ResultTitle {
  font-size:160%;
  color:#ff0000;
  text-transform:uppercase;
}

.ResultBody {
  font-size:100%;
}

.ErrorBody {
  font-size:160%;
  color:#ff0000;
}

.Copyright {
  font-size:90%;
  padding:20px 0;
}

/* -- ** SERPS ** -- */

.serp_results {
	width:80%;
	}

.serp_results table {
	margin-left:auto;
	margin-right:auto;
	}

.serp_results td {
	padding:3px;
	border:solid 1px #ccc;
	}

.small {
	font-size:70%;
	}