body {
  background: var(--col-background);
  color: var(--col-foreground);
  font-family: "Roboto", sans-serif;
	font-size: 16px;
}

a:link {
  color: var(--col-link);
  text-decoration: underline;
}
a:visited {
  color: var(--col-link-visited);
  text-decoration: underline;
}
a:hover {
  color: var(--col-link-hover);
  text-decoration: underline;
}
#docTitle {
	color: var(--col-header);
	text-align: center;
  font-family: "Orbitron", "Roboto", "Calibri", "Serif";
	font-size: 5em;
	text-decoration: underline;
	font-weight: bold;
}
.secondDocTitle {
	color: var(--col-header);
	text-align: center;
  font-family: "Orbitron", "Roboto", "Calibri", "Serif";
	font-size: 5em;
	text-decoration: underline;
	font-weight: bold;
}
h0 { text-decoration:underline; font-weight: bold; font-size:4.0rem; margin: 3rem 0rem; color: var(--col-header);}
h1 { text-decoration:underline; font-weight: bold; font-size:4.0rem; color: var(--col-header);}
h2 { text-decoration:underline; font-weight: bold; font-size:3.5rem; font-style:italic; color: var(--col-header);}
h3 { text-decoration:underline; font-weight: bold; font-size:3.0rem; color: var(--col-header);}
h4 { text-decoration:underline; font-weight: bold; font-size:2.5rem; font-style:italic; color: var(--col-header);}
h5 { text-decoration:underline; font-weight: bold; font-size:2.0rem; color: var(--col-header);}
h6 { text-decoration:underline; font-weight: bold; font-size:1.5rem; font-style:italic; color: var(--col-header);}
code {
	font-family: "Hack", monospace;
	font-size: 1.0em;
}
kbd {
  font-family: "Hack", monospace;
	border: 1px solid var(--col-kbd);
  border-bottom: 3px solid var(--col-kbd);
  border-radius: 6px;
  padding: 0.1rem 0.6rem;
  font-size: 0.8rem;
}
p {
  margin: 1rem 0rem 0rem 0rem;
  text-indent: 0rem;
}
ul, ol {
  margin: 1rem 2rem;
  padding: 0rem;
}
li {
  margin: 0.2rem;
}

div {
  padding: 0.2rem;
}
