h1 {
    color: black;
    font-size: 17px
}
	.name  
{
	font-kerning: normal;
	font-size: 28px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: darkblue;
	letter-spacing: 0.5px;
}

h2 {
    color: black;
    font-size: 15px
}
h3 {
    color: black;
    font-size: 12px
}
hr.obit {
  border: 0;
  border-top: 10px double rgba(153,79,18,1);
  margin: 20px auto;
  width: 90%;
  height: 0;
  box-sizing: content-box;
}
p {
    color: black;
}
p.goto {
    text-align: center
}
.standard-img {
  width: 250px;
  height: auto;
  display: block;
  margin: 1rem auto;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.center {
  text-align: center;
  max-width: 100%;
  padding: 10px;
}
div.obit {
    max-width: 450px;
    border: 5px solid black;
    background-color: white;
    font-family: Verdana, Arial, sans-serif;
    padding: 10px;
    margin: 10px;
}