A:hover {
	text-decoration: underline;
}

.link {
	text-decoration: none;
	font-size: 12px;
}

.people {
	text-decoration: none;
	font: bold 10px Helvetica,Times,Tahoma,Arial,Verdana, sans-serif;
}

.musicLink {
	text-decoration: none;
	font-size: 10px;
	font: bold 8pt Helvetica,Times,Tahoma,Arial,Verdana, sans-serif;
}

/* all level, all states, outer */
.moout {
	border: 1px solid #DFDFDF;

	text-decoration: none;
	background: red;/*#dfdfdf;/*#454545;/*#d9ed08; #E2EEFF;*/
	color: white;
	cursor: pointer;

	font: normal 8pt Tahoma, Helvetica,Times,Arial,Verdana, sans-serif;
}

.moouttext {
	font: bold 8pt Tahoma, Helvetica,Times,Arial,Verdana, sans-serif;
	color: white;
}

.moover {
	/*border: 1px solid #6699cc;*/
	border: 1px solid yellow;
	/*background: #6699cc;*/
	/*background: #B2002F;*/
	background: #B2002F;
	color: #B2002F;
	cursor: pointer;

	font: normal 8pt Tahoma, Helvetica,Times,Arial,Verdana, sans-serif;
}
.modown {
	border: 1px solid #6699cc;
	background: #99ccff;
	color: blue;
}
