html { overflow-y: scroll; }
body { background: radial-gradient(circle, #bfad99, #8B7765); }
a:link { color: black; text-decoration: underline; }
a:visited { text-decoration: none; color: black; }
a:hover {  text-decoration: underline; color: white; }
#navie { width: 280px; height: auto; margin: 18px auto 10px; display: flex; display: -webkit-flex; }
#boxl { text-align: center; width: 33%; height: 53px; }
#boxm { text-align: center; width: 33%; height: 53px; }
#boxr { text-align: center; width: 33%; height: 53px; }
#conte { width: 410px; height: auto; margin-right: auto; margin-left: auto; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; }
#cona { text-align: center; width: auto; height: auto; }
#conb {  width: 100%; height: auto; color: black; font-size: 14px; font-family: Verdana, Helvetica, arial; font-weight: 500; text-align: left; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
.pic { width: auto; height: auto; margin: 6px auto 2px; border: solid 1px #333; box-shadow: 1px 1px 2px #333; }