body {
	line-height: 1.8;
	font-family: Roboto, sans-serif;
	color: #444
}

a {
	color: blue;
}

.red {
	font-weight: bold;
	color: red;
}

.blue {
	font-weight: bold;
	color: blue;
}

.black {
	font-weight: bold;
	color: black;
}

.purple_background, code {
	font-weight: bold;
	color: #9012fe;
	font-size: 16px;
	font-family: monospace;
	background: rgba(0, 0, 0, .05);
	padding: 2px;
}

.no-bullet {
	list-style-type: none;
}
