// style

.bla {
	color: #fff;
	}

.m0 	{
	font-family: arial, sans-serif;
	font-size: .8em;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	color: #ddd;
	}

.m0:hover {
		background-color: #eee;
		}
