body  {
	font-size : x-small;
	font-family : ariel;
	color : teal;
}
.data  {
	font-size : x-small;
	font-weight : bold;
	font-family : ariel;
	color : Navy;
}
.data1  {
	font-weight : bold;
	font-size : xx-small;
	font-family : ariel;
	color : orange;
}
.data2  {
	font-weight : bold;
	font-size : x-small;
	font-family : ariel;
	color : teal;
}
.title  {
	font-weight : bold;
	font-family : ariel;
	font-size : large;
	color : White;
}
TD {
	font-size : xx-small;
	color : white;
}

HR { color : navy;
}

