body {
  text-align: justify;
.text 	font-family: Arial,.text  Helvetica, sans-serif;
	font-size: 14px;
}
.text h1 {
	height: 30px;
	line-height: 30px;
	background: #e33167;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	top: -10px;
	left: -20px;
	font-size: 18px;
	padding: 0 20px 0 20px;
	clear: both;
}
.text h2 {
	margin: 5px 0 5px 0;
	clear: both;
	color: #e33167;
	font-size: 20px;
}
.text pre {
	background: #FFFAE9;
	border: solid 1px #E5E5E5;
	border-left: solid 5px #E5E5E5;
	padding: 5px;
	margin: 3px 0 3px 0;
	font-size: 10pt;
}
.text p {
	margin: 5px 0 5px 0;
}
.text img {
  margin: 5px;
}
.text th {
  background: #eeEEee;
  padding: 3px;
  font-weight: bold;
}
.text td {
  padding: 3px;
}
.text ul,.text  ol {
  margin: 5px 0 5px 25px;
}
.text b,.text  strong {
  font-weight: bold;
}
.text em {
	text-decoration: underline;
	font-style: normal;
}
.text input,
.text textarea {
  border: solid 1px #ccCCcc;
  background: #ffFFff;
  padding: 1px;
}

/**/
.text .bor1 img {
	border: solid 3px #ffa6b3;
	margin: 10px;
	background: #ffFFff;
}
.text .bor2 img {
	border: solid 3px #300159;
	margin: 6px;
	background: #DDE8FF;
}
.text .bor3 img {
	border: solid 3px #4dcd2c;
	margin: 10px;
	background: #C2F8B4;
}
