BODY
{
}
.category 
{
	font-family: Arial;
	font-size: 16;
	position: absolute;
	width: 100;
	background-color: Aqua;
}

.property
{
	font-family: Arial;
	font-size: 14;
	position: absolute;
	background-color: Fuchsia;
	width: 100;
}

.value
{
	font-family: Arial;
	font-size: 12;
	position: absolute;
	background-color: Silver;
	width: 100;
}

#font 
{
	top: 20;
	left: 350;
}

#fontprops 
{
	top: 20;
	left: 450;
	visibility: hidden;
}

#fontsizevalues
{
	top: 20;
	left: 550;
	visibility: hidden;
}
