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

.Body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding: 10px;
}

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

.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;
}
.short-url{
	background-color: #bbff27;
	font-size: 16px;
	width:300px;
	text-align: center;
}

#FormBody {
  font-family: Arial, sans-serif;
  font-size: 18px;
  border: 2px dotted #bec8d4;
  width:500px;
  text-align: center;
}
#header1_bar {
	width: 100%;
	border-bottom: 1px #cdff67 solid; 
	background: #f7ffe8; 
	position: relative; 
	text-align: center;
	height: 20px;
}
#t12l_footer{
  font-family: Arial, sans-serif;
	clear: both;
	color: #888;
width: 100%;
font-size: 14px;
	border: 1px #75d8ff solid; 
	background: #f5fcff; 
	position: relative; 
	height: 60px;
padding-top : 3px;
padding-bottom: 3px;
text-align:center;
line-height: 20px;

}
.button {
	margin:15px 0 35px 0;
}

.button a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
}

.button a:hover {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size:90%;
	font-weight:bold;
	color:#4f9cf2;
	background-color:#F4F9FF;
}