.pma {
	display: none;
	}

a:hover {color : #ff3300; Text-Decoration: None}
body
{
	background-image:
url(blacknotesbluebck.gif);
	background-repeat: repeat-x
;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-position: top;
}
td { font-family: Arial, Helvetica, sans-serif; font-size: 80%}
.date {
	font-weight: bold;
	color: #005A86;
}

.topbottomspace {
	padding-top: 8px;
	padding-bottom: 8px;
}
.justified {
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
}
.small {
	font-size: 10px;
}
@media only screen and (min-width: 600px) {
.pma {
	display: inline;
	}
}