/* Style for a block - DIV */
.m0table {
  background: #ffffff;
  border: 1px solid #000000;
  }
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
  background: #ffffff;
  }
/* Style for outer tag, mover (mouse over) state */
.m0movero {
  color: blue;
  text-decoration: underline;
  background: #ffffff;
  }
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
  background: #ffffff;
  }
/* Style for inner tag, mover (mouse over) state */
.m0inner {
  background: #ffffff;
  font-family: Geneva,Tahoma,Verdana,sans-serif;
  font-size: 80%;
  padding: 2px;
  }
