img,
.img-responsive {
	float: right;  box-shadow: 5px 3px 19px -6px rgba(0,0,0,0.71); border-radius: 6px;
	-webkit-box-shadow: 5px 3px 19px -6px rgba(0,0,0,0.71);
	-moz-box-shadow: 5px 3px 19px -6px rgba(0,0,0,0.71);
  	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.left {
    float: left;
  margin-right: 15px;
}
.lineheader {
  margin-top: 1.4em;
  color: rgb(0, 102, 204);
  font-size: 4.8rem;
}
h3 {text-decoration: underline; text-decoration-thickness: 2px; text-decoration-color: #275db3;
}
h6 {text-decoration: underline; text-decoration-style: dotted; text-decoration-thickness: 2px; text-decoration-color: #275db3;
}