/*
* This is the style sheet for the C128 CP/M Tutorial
*/

.main_div {
    width:95%;
}

.main_div hr {
    width:50%; 
    text-align:left; 
    margin-left:0;
}

.L1 {
  display:inline;
  color: black;
}

.L2 {
	color: black;
}

figure {
	text-align: center;	
}

figcaption {
	color: gray;
	font-style: italic;
	text-align: center;	
	font-size: smaller;
}

kbd { /* keyboard input */
	background-color:lightgray;
}

samp { /* sample output */
	background-color: black;
	color: fuchsia;
}
