p
{
	text-indent: 50px;
}

h2
{
	font-family: times;
	font-size: 24px;
	font-style: normal;
}

i.codeText
{
	font-size: 18px;
	font-family: courier;
	font-style: italic;
	font-weight: bold;
	color: #222222;
}

i.commentText
{
	font-size: 18px;
	font-family: courier;
	font-style: italic;
	font-weight: bold;
	color: #008000;
}

i.operatorText
{
	font-size: 18px;
	font-family: courier;
	font-style: italic;
	font-weight: bold;
	color: #000080;
}

i.constText
{
	font-size: 18px;
	font-family: courier;
	font-style: italic;
	font-weight: bold;
	color: #ff8000;
}

i.typeText
{
	font-size: 18px;
	font-family: courier;
	font-style: italic;
	font-weight: bold;
	color: #8000ff;
}
