body {
  margin: 20;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 15px;
  background-color: #ffffff;
}

.content {
	
	display: inline-block;
	background-color:#fcfefe;
	max-width:850px;
	min-width:200px;
	padding:20px;
	margin:20px;
	border-color:#595959;
	border-style:solid;
	border-width:1px;
	
	text-align: justify;
	font-family:Helvetica, Verdana, Arial,sans-serif;
	font-size:14px;
	color: rgb(64,54,54);
	line-height:21px;
	letter-spacing:0.5px;
	font-weight:400;
	
	border-radius: 6px;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	}


.infopanel {
	
	display: inline-block;
	background-color:#ffffff;
	vertical-align:top;
	max-width:600px;
	min-width:400px;
	padding:20px;
	margin:20px;
	border-color:#595959;
	border-style:solid;
	border-width:1px;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	font-size:15px;
	color: #111111;

	line-height:21px;
	letter-spacing:0.5px;
	font-weight:300;
	border-radius: 6px;
}
.ilink {
	text-decoration:none;
	font-size:22px;
	}
.dlink {
	text-decoration:none;
	font-size:14px;
	}
	
.pink {
	background-color:pink;
	}

.green {
	background-color:lightgreen;
	}
