@font-face {
    font-family: 'ArcadeClasic'; /*a name to be used later*/
    src: url(../ARCADECLASSIC.TTF); /*URL to font*/
}
		body
		{
		background-color: black;

		margin-right: 250px;
		margin-left: 250px;
		
		color: #b00b69;
		
		font-family: ArcadeClasic;
		white-space: pre-line;

		overflow:auto;
		font-size: 150%;
		}
	#toc-container {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 200px;        /* your original width */
    
    //font-family: inherit;
    
    line-height: 1.4;
}

#toc-container a {
    text-decoration: none;
    color: inherit;
}
#toc-container ul {
		list-style-type: none;
		font-size: 0.95rem;
		}

#toc-container a:hover {
    text-decoration: underline;
}