body {
  margin:auto;
  background:#fff;
  font: 1.0em Arial;
  /*
  background:#38a3b3;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #989d48), color-stop(30%, #989d48), color-stop(1, black)); 
  font: 1.0em Arial Round,serif;
*/
  color: #333;
  text-overflow: ellipsis; 
}

.ititle {
  	color: #222;
	margin-bottom:30px;
}

.content {
	margin:5px 0px 30px 0px;
	padding:8px;
	text-align:center;
}

.iheader {
	/*color:#a5d5d5; */
	color:#222;
  	font: 1.1em Arial;
	font-weight:bold;
}

.icontent {
  	font: 0.9em Arial;
	width:90%;
	min-width:300px;
	margin:auto;
	text-align:center;
}

.links {
	text-decoration:none;
	margin-top:24px;
  	color: #666;
  	font: 1.0em Arial;
	font-weight:bold;
}
