/*==============================================

Stylesheet to supply rules to texteditor

==============================================*/
 

/*===================================================================
TO ADD BLUE COLOUR TO ANY OF THE ELEMENTS, GIVE A CLASS OF blue_text
===================================================================*/

.blue_text{
	color:#118BA9;
}