body { background-color: black;
        color: white}
a:link {
    color: steelblue;
    text-decoration: underline;
    cursor: pointer;}

a:visited {
    color: darkviolet;
    text-decoration: underline;
    cursor: pointer;}

a:link:active, a:visited:active {
    color: crimson;}
		
p {color: white;}
b {color: white;}

h1 {
	font-family: sans-serif;
	font-weight: bold;
	background-color: dimgray;
	color: white;
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0em;
    margin-right: 0em;

}
h2 {
	font-weight: bold;
	background-color: darkgray;
	color: white;
}

h3 {
	background-color: dimgray;
	color: white;
}

h4 {
	background-color: darkgray;
	color: white;
}

h5 {
	background-color: dimgray;
	color: white;
}

h6 {
	background-color: darkgray;
	color: white;
}

code {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em;
}

img { border: 0; }

nav {width: 180px; position: absolute; left: 15px;}

article {position: absolute; right: 20px; left: 185px;}

#linknav {text-align: center;}

/* The following is from the html4 version */
#navi {width: 180px; position: absolute; left: 15px;}

#actualtext {position: absolute; right: 20px; left: 185px;}

#navi a:link {
font-weight: bold;
    text-align: center;
text-decoration: none;
/* background-color: green; */
color: black;
}
#navi a:visited {
font-weight: bold;

text-decoration: none;
/* background-color: green; */
text-decoration: line-through;
color: black;
}



