
.unreset body { margin:8px }
.unreset th { font-weight: bolder; text-align: center }
.unreset caption { text-align: center }
.unreset h1 { font-size: 2em; margin: .67em 0 }
.unreset h2 { font-size: 1.5em; margin: .75em 0 }
.unreset h3 { font-size: 1.17em; margin: .83em 0 }
.unreset h4, .unreset p,
.unreset blockquote, .unreset ul,
.unreset fieldset, .unreset form,
.unreset ol, .unreset dl, .unreset dir,
.unreset menu { margin: 1.12em 0 }
.unreset h5 { font-size: .83em; margin: 1.5em 0 }
.unreset h6 { font-size: .75em; margin: 1.67em 0 }
.unreset h1, .unreset h2, .unreset h3, .unreset h4,
.unreset h5, .unreset h6, .unreset b,
.unreset strong { font-weight: bolder }
.unreset i, .unreset cite, .unreset em,
.unreset var, .unreset address   { font-style: italic }
.unreset pre, .unreset tt, .unreset code,
.unreset kbd, .unreset samp { font-family: "Speedee App"; }
.unreset pre { white-space: pre }
.unreset big { font-size: 1.17em }
.unreset small, .unreset sub, .unreset sup { font-size: .83em }
.unreset sub { vertical-align: sub }
.unreset sup { vertical-align: super }
.unreset table { border-spacing: 2px; border-collapse:separate }
.unreset thead, .unreset tbody,
.unreset tfoot { vertical-align: middle }
.unreset td, .unreset  th, .unreset tr { vertical-align: inherit }
.unreset s, .unreset strike, .unreset del { text-decoration: line-through }
.unreset hr { border: 1px inset }
.unreset ol, .unreset ul, .unreset dir,
.unreset menu, .unreset dd { margin-left: 40px }
.unreset ol { list-style-type: decimal }
.unreset ul { list-style-type: disc }
.unreset ol ul, .unreset ul ol,
.unreset ul ul, .unreset ol ol { margin-top: 0; margin-bottom: 0 }
.unreset { line-height:1.6; }

/* HTML5 */

.unreset figure {
	margin: 1em 40px;
}
.unreset img{
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}

.unreset a{
    color: rgb(28, 104, 235);
    text-decoration:underline;
    display: inline-block;
}

.unreset blockquote {
    overflow: unset !important;
    position: relative;
    margin: 0 20px !important;
    padding: 0 !important;
    font-style: unset !important;
    border-left: none !important;
}
.unreset blockquote::before{
  content: "\201C";
  font-size: 40px;
  font-weight: bold;
  color: #FFBC0D;
  line-height: 0px;
  margin-right: 0em;
  vertical-align: -20px;
}
.unreset blockquote::after{
  content: "\201D";
  font-size: 40px;
  font-weight: bold;
  color: #FFBC0D;
  line-height: 40px;
  position:absolute;
  right:0px;
  bottom: -40px;
}
.unreset blockquote p{
    margin: 5px 20px !important;
}