.code,.example,{
	font-family:monospace;
	font-size:12px;
	color:green;
	font-weight:700;
	text-decoration:none;
	padding:4px;
	background-color:ivory;
	border:dashed 1px orange;
	width:450;
	}
.html{
	font-family:monospace;
	font-size:12px;
	color:green;
	font-weight:normal;
	text-decoration:none;
}	
.note{
	background-color:aliceblue;
	padding:4px;
}