ul, ol { 
   margin-left: 15px; 
   list-style-position: inside; 
}

ul ul, ul ol, ol ol, ol ul { 
   list-style-position: inside; 
   margin-left: 15px; 
}

.sidebar li {
  border-bottom; 3px outset white;
}

.options li  {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
  
}

/* */
.steps li {
  font-size: large;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
/* */
.code {
	display:	block;
	border: 	1px dotted black;
	background-color: #eee;
	font-family:	monospace;
	text-decoration: none;

	margin: 3px;
	padding: 5px;

	text-align: left;

}
