
/* Inspired by ELDRITCHDATA'S CSS Style */

body	{
    background: #eee8d5;
	color: #839496;
	max-width: 100%;
    margin: 0.5em;
    border: 1pt solid #8c3b65;
    padding: 1em;
	font-family: monospace;
	font-size: 100%;}
	
blockquote { font-style: italic; }
blockquote {
        border-left: 2px solid #8c3b65;
        margin: 0.75em 10px;
        padding: 0.5em 10px;
}

a:link	{ color:#859900;}
a:visited { color: #268bd2;}
a:hover { color: #2aa198;}

h1 { color: #b58900; }
h2 { color: #cb4b16; }
h3 { color: #dc322f; }

h1:before { content: "| " }
h2:before { content: "++ " }
h3:before { content: "--- " }

h1:after { content: " | " }
h2:after { content: " ++ "}
h3:after { content: " --- "}

hr { color: #d33682 }

pre:before { content: " :.: " }
pre:after { content: " :.: " }
pre { color: #002b36 }

::selection {
  background: #6c71c4; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #6c71c4; /* Gecko Browsers */
}