BODY  {
	text-align : justify;
	width : 600;
	color : #000000;
	background : #ffffff;
	font-family : "Times New Roman", Roman, Helvetica, 'sans-serif';
	font-size : small;
}

A:link  {
	color : #3300ff;
	background : none;
}

A:visited  {
	color : #3300ff;
	background : none;
}

A:active  {
	color : #ff0000;
	background : none;
	text-decoration : none;
}

A:hover  {
	color : #ff0000;
	background : none;
}

H1  {
	color : Red;
	background : none;
	text-align : center;
	font-size: 20pt;
}

H2  {
	font-weight : bold;
	text-align : left;
	background : none;
	font-size: 16pt;
	color : #6a5acd;
}

BLOCKQUOTE  {
	text-align : justify;
	font-family : "Times New Roman", Roman, Helvetica, 'sans-serif';
}

.main  {
	color : #000000;
	text-align : justify;
	font-family : "Times New Roman", Roman, Helvetica, 'sans-serif';
	background-color : #FFFFFF;
}

.emphasize {
	color : Red;
	font-weight: bold;
	text-align : left;
	font-family : "Times New Roman", Roman, Helvetica, 'sans-serif';
	background-color : #FFFFFF;
}

.index  {
	font-weight : bold;
	text-align : center;
	color : #ff3333;
	background : #00c6ff;
	font-family : "Times New Roman", Roman, Helvetica, 'sans-serif';
}

.ad  {
	color : #000000;
	background : #ffffff;
	text-align : center;
}

.heading  {
	font-weight : bold;
	text-align : left;
	background : #ffffcc;
	color : #6a5acd;
}

.current  {
	color : Blue;
	font-weight : bold;
	text-align : center;
}

.result  {
	color : #000000;
	background : #FFFFFF;
}

.sub  {
	color : #000000;
	background : #FFFFFF;
	font-weight : bold;
	font-style : italic;
	font-size : 8 pt;
}

.justify  {
	text-align : justify;
}

