body {
  max-width: 800px;
  margin: auto;
  padding: 1em;
  line-height: 1.5em;
}

h2 {
  font-size: 22px;
  line-height: 1;
  color: #000;
}
h3 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration:underline;
}

strong{font-weight:600;color:blue;}
u{text-decoration:underline;color:#FC6470; font-style:normal}
.author{
  font-size:15px;
  color: #818181;
}
.date{
    font-size:14px;
    color: #818181;
}

h1 {
  font-size: 24px;
}

h1,h2,h3,h4,h5{font-weight:550;}

/* header and footer areas */
.menu { padding: 0; }
.menu li { display: inline-block; }
 .menu a {
  text-decoration: none;
  background: #eee;
  padding: 5px;
  border-radius: 5px;
}
.article-meta{text-align: left; }
.menu, footer { text-align: center; }
.title { font-size: 1.1em; }
footer a { text-decoration: none; }

hr {
  border-style: ;
  color: #ddd;
  width:20%;
  margin-left: 0;
}

.line {
  border-style: dashed;
  color: #ddd;
  width:100%;
}

/* code */

pre code{display: block;
  padding: 16px 20px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  color: #525252;
  font-size: 14px;
  line-height: 22px;
  white-space: pre;
  overflow-x: auto;}

/* misc elements */
img, iframe, video { max-width: 100%; box-shadow: 0 0 5px #828282; }
main { hyphens: auto; }
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
table thead th { border-bottom: 1px solid #ddd; }
th, td { padding: 5px; }
thead, tfoot, tr:nth-child(even) { background: #eee; }

.inner-image{margin-right:1em;margin-left:1em;padding:5px; border:0px solid #eee;
      -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;
    -moz-box-shadow:0 0 8px #666; -webkit-box-shadow:0 0 8px #666; box-shadow:0 0 8px #666;}

