﻿/************/
/*    C#    */
/************/

code.csharp .string
{	
	color: #886600;
}

code.csharp .comment
{
	color: #33AA00;
	/*font-weight: bold;*/
}

code.csharp .longcomment
{
	color: #33AA00;
	font-weight: bold;
}

code.csharp .keyword
{
	color:#3355AA;
    /*font-weight:bold;*/
}

/***********/
/*   XML   */
/***********/

.text
{
	color: black;
}

code.xaml .markup
{
	color: #0044AA;
	font-weight: bold;
}

.tag
{
	color: #990000;
}

code.xaml .comment
{
	color: #338800;
}

.cdata
{
}

.doctype
{
}

.pi
{
	color: #3366FF;
}

.attribute
{
	color: #EE3300;
}

.attribute_value
{
	color: #0000DD;
}

.binding
{
	color: #8888AA;	
	font-style: italic;
}





