/* vim:ts=4:sw=4:noet
*/
body {
	font-family:		Times New Roman, Verdana, sans-serif;
	font-weight:		normal;
	text-align:			justify;
}
blockquote, .command {
	font-family:		Courier, fixed;
	color:				000080;
/*	background-color:	F0F0FF;*/
	font-size:			12;
	font-weight:		normal;
	text-align:			left;
}
pre, code {
	font-family:		Courier, fixed;
	color:				800000;
	font-size:			12;
	font-weight:		normal;
	text-align:			left;
}
.variable {
	font-family:		Courier, fixed;
	color:				blue;
	font-size:			12;
	font-weight:		normal;
	text-align:			left;
}
