/**
  * @name: Standard
  * @author: DangerGround
  * @comment: syntax related parts of styles are written here !
	* @notice: none
  **/
	
.command
{	color: #39F;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;}

.toinsert
{	color: #F00;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;}
	
.string
{
	color: #090 !important;
}
.array{
	color: #00C;
}
.boolean, .byte, .word, .dword, .integer, doubleinteger, .digit
{	color: #C00;}
.float, .doublefloat
{	color: #C00;
	font-style: italic;
	}
.remark
{
	color: #999;
}
.function
{
	font-weight: bold;
	font-style: italic;
	color: #009;
	text-decoration: none;
}