/* Style for level 0 (root) block - DIV */
.m0table0 {
	background: black;
}
/* Style for level 1 block - DIV */
.m0table1 {
	border-top: 1px solid white;
	background: blue;
}
/* Style for level 2 block - DIV */
.m0table2 {
	border-right: 1px solid white;
	background: black;
}
/* Style for level 2 block - DIV */
.m0table3 {
	border-right: 1px solid white;
	background: red;
}
/* Style for level 2 block - DIV */
.m0table4 {
	border-right: 1px solid white;
	background: blue;
}
/* Style for outer tag, mout (mouse out) state */
.m0outer {
	color: blue;
	font-family: comic sans ms,technical,arial;
	font-size: 12px;
	background: lightblue;
}
/* Style for inner tag, mover and mdown (mouse over and mouse down) state */
.m0moveri, .m0mdowni {
	color: blue;
	font-family: comic sans ms,technical,arial;
	font-size: 12px;
	background: lightblue;
}
/* Style for inner tag, mover and mdown (mouse over and mouse down) state */
.m0moveri0, .m0mdowni {
	color: blue;
	font-family: comic sans ms,technical,arial;
	font-size: 12px;
	background: white;
}
/* Style for inner tag, mout (mouse out) state */
.m0mouti {
	color: yellow;
	font-family: comic sans ms,technical,arial; 
	font-size: 12px;
	background: red;
}
/* Style for inner tag, mout (mouse out) state */
.m0mouti0 {
	color: yellow;
	font-family: comic sans ms,technical,arial; 
	font-size: 12px;
	background: black;
}

