﻿body 
{
	font-family:Courier New;
	font-size:15px;
	text-align:center;
}

a
{
	text-decoration:none;
	color:Black;
}

a:hover
{
	text-decoration:underline;
}

.code
{
	text-align:left;
	text-indent:150px;

}

.reserved
{
	color:blue;
}

.class
{
	color:#2b91af;
}

.string
{
	color:#a31515;
}

.indent0
{
	text-indent:150px;
}

.indent1
{
	text-indent:180px;
}

.indent2
{
	text-indent:210px;
}

.indent3
{
	text-indent:240px;
}

.indent4
{
	text-indent:270px;
}






