.code{
	white-space: pre;
	font-family: monospace;
	background-color: #FFEEDD;
	text-align: left;
}

.comment{
	color: red;
}

.string{
	color: blue;
}

p{
	text-align: left;
}