.com	/* Comment */
{
	font-family: Times, serif;
	color: #008000;
	font-weight:normal;
	font-style: italic;
}

.cdn	/* Style Descriptor Name */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color:#1010b0;
	font-weight: bold;
	font-style:normal;
}

.cdv	/* Style Descriptor Value */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color:#ff0000;
	font-weight:normal;
	font-style:normal;
}

.cse	/* Style Selector */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color: #FF8000;
	font-weight: bold;
	font-style:normal;
}

.han	/* Attribute Name */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color: #000000;
	font-weight: bold;
	font-style:normal;
}
.hav	/* Attribute Value */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color: #0000E0;
	font-weight:normal;
	font-style:normal;
}

.hen	/* Entity */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color: #00B000;
	font-weight:normal;
	font-style:normal;
}

.hta	/* Tag */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color: #800080;
	font-weight: bold;
	font-style:normal;
}

.hte	/* Text */
{
	font-family: Times, serif;
	color: #000000;
	font-weight:normal;
	font-style:normal;
}

.non	/* Not Part of This Source */
{
	font-family: Times, serif;
	color: #808080;
	font-weight:normal;
	font-style: italic;
}

.scr	/* Script */
,.css	/* Cascading Style Sheet */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color: #000000;
	font-weight:normal;
	font-style:normal;
}

.hta .com	/* Comment inside of hyper text block */
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	font-style:normal;
}

div.shell
,p.shell
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	color: #000000;
	font-weight:normal;
	font-style:normal;
	white-space:pre;
}

.shell .com
{
	font-family: Monaco,Courier,CourierNew, mono-space;
	font-style:normal;
	white-space:pre;
	overflow:hidden;
}

.shell .num
,.sample .num
{
	/* number literal */
	color:#0000d0;
	font-weight:normal;
	font-style:normal;
}

.shell .str
,.sample .str
{
	/* string literal */
	color:#f00000;
	font-weight:normal;
	font-style:normal;
	white-space:normal;
}
.shell .str2
,.sample .str2
{
	/* string literal */
	color:#f00000;
	font-weight:normal;
	font-style:normal;
	white-space:pre;
}

.shell .kwd
,.sample .kwd
{
	/* keyword */
	color:#000000;
	font-weight: bold;
	font-style:normal;
}

.shell .cmd
{
	/* command */
	color:#ff8000;
	font-weight:normal;
	font-style:normal;
}

a.shell
{
	text-decoration:none;
	font-family: Monaco,Courier,CourierNew, mono-space;
	color: #000000;
	font-weight:normal;
	font-style:normal;
	white-space:pre;
}

pre.shell
{
	line-height:1.0em;
}

.shell .olive
{
	color: #000000;
	background-color:#b0d080;
	font-weight:normal;
	font-style:normal;
	white-space:pre;
}

.shell .green
{
	color: #000000;
	background-color:#00d000;
	font-weight:bold;
	font-style:normal;
	white-space:pre;
}

.shell .red
{
	color: #f0f040;
	background-color:#d00000;
	font-weight:bold;
	font-style:normal;
	white-space:pre;
}