body 
{
  margin-right: 35%;
  background-color: black;
  line-height: 1.0;
  color: #879db2;
}

h1 { color: #a6ff8c; margin-top: 50px;}

h2 { 
  color: #00a060; 
  font-size:16pt; 
  font-weight: 500; 
  margin-top: 40px;
}

p {
  margin-top: 0;
  margin-bottom: 0.2em;
  color: #bbb;
}

.footer
{
  margin-top: 2em;
  font-size: 10pt;
}

.clickable       { color: #50cfe0; text-decoration: underline;}
.clickable:hover { background: #444; width: 12em; }

.title_icon      { margin-bottom: -9px; margin-right: 10px;}


ol>li       { list-style-type: circle; list-style-position: outside; }


