div.dotnetcoders-code
{
	background-color: rgb(255,255,240); /* gainsboro ;rgb(255,255,255);*/
	font-family: "Verdana", "Lucida Console", "courier new", courier;
	color: rgb(0,0,0);
	font-size: xx-small;
	padding: 0px 3px 0px 3px;
	margin: 0px;
         white-space: nowrap;
         border: solid 1px black;
}

div.dotnetcoders-code span.comment
{
	color: rgb(0,153,0);
         white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

div.dotnetcoders-code span.keyword
{
	color: rgb(0,0,255);
         white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

div.dotnetcoders-code span.hexadecimal
{
	color: rgb(153,0,153);
         white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

div.dotnetcoders-code span.octal
{
	color: rgb(153,0,153);
         white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

div.dotnetcoders-code span.identifier
{
	color: rgb(0, 0, 0);
         white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

div.dotnetcoders-code span.userdefined
{
	color: rgb(51, 51, 0);
	font-weight: bold
         white-space: nowrap;
	padding: 0px;
	margin: 0px;
}
