pre,textarea,body,input,td,tr {
	background-color: black !important;
	color: lightgrey !important;
}


body {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  font-size: 18px;
  line-height: 1.4;
  padding: 1em;
  /* text-align: justify; */
  /* text-justify: inter-word; */
}

h1 {
	text-align: center;
  line-height: 1.2;
}
h2,h3 {
  line-height: 1.2;
}

a {color: lightblue; text-decoration: none ; }
a:hover {color: lightgreen; }

p {
 margin-bottom: 0;
 padding-bottom: 0;
}
.nt {text-indent: -2em; margin: 0 1em 0.5em 2em;font-size: medium;}
.sm {text-indent: 0em;}
p + p {
 margin-top: 0;
 padding-top: 0;
 text-indent: 2em;
}

.entry {
	border-left: 10px solid darkslategray;
	padding: 0px 10px 0px 10px;
	border-radius: 0 15px 15px 0;
	margin-bottom: 20px;
	background-color: black;
	}

.entry h2 { margin: 5px auto 2px auto; }
