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

A:link  {
	color : blue;
	background : none;
	text-decoration : none;
}

A:visited  {
	color : blue;
	background : none;
	text-decoration : none;
}

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

A:hover  {
	color : Red;
	background : none;
	text-decoration : none;
}

H1  {
	color : #006600;
	background : none;
	text-align : center;
}

H2  {
	font-weight : bold;
	text-align : left;
	background : none;
	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 : #F5F5DC;
}

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

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

.title  {
	color : #000000;
	font-weight : bold;
	font : "Times New Roman", Roman, Helvetica  ;
	background-color : Aqua;
}

.hbc  {
	color : #FFFFFF;
	background : #990000;
	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;
}

.bold  {
	color : Red;
	font-weight : bold;
}
.justify  {
	text-align : justify;
}

