.body
{
   font-family:"trebuchet MS", Arial, Helvetica, Sans-serif;
}

/* C# */
.CSharpFormat, .CSharpFormat pre
{
	font-size: 8pt;
	color: black;
	font-family:"Courier New", Courier, Monospace;
	background-color: #CCFFCC;
	/*white-space: pre;*/
}


/* VB */
.VisualBasicFormat, .VisualBasicFormat pre
{
	font-size: 8pt;
	color: black;
	font-family:"Courier New", Courier, Monospace;
	background-color: #CCCCFF;
	/*white-space: pre;*/
}


/* HTML XML ASP */
.HtmlFormat, .HtmlFormat pre
{
	font-size: 8pt;
	color: black;
	font-family:"Courier New", Courier, Monospace;
	background-color: #FFCC99;
	/*white-space: pre;*/
}

/* TSql */
.TsqlFormat, .TsqlFormat pre
{
	font-size: 8pt;
	color: black;
	font-family:"Courier New", Courier, Monospace;
	background-color: #FFFF99;
	/*white-space: pre;*/
}


/* Msh */
.MshFormat, .MshFormat pre
{
	font-size: 8pt;
	color: black;
	font-family:"Courier New", Courier, Monospace;
	background-color: #CCFFFF;
	/*white-space: pre;*/
}


/*Colorizzatore Codice C#*/