.ssmHdr {
color: yellow;
font: bold 18px comics sans ms;
	}

.ssmHdr:link {
	color: yellow;
	text-decoration: none;
	font-size: 18px;
	}

.ssmHdr:visited {
	text-decoration: none;
	font-size: 18px;
	color: white;
	}

.ssmHdr:hover {
	color: yellow;
	text-decoration: underline;
	font-size: 18px;
	}

.ssmHdr:active {
	color: yellow;
	text-decoration: underline;
	font-size: 18px;
	}

.ssmItem {
font: 18px "courier new";
	}

.ssmItem:link {
	color: yellow;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	}

.ssmItem:visited {
	text-decoration: none;
	font-size: 18px;
	color: yellow;
	font-weight: bold;
	}

.ssmItem:hover {
	color: #CC3300;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
	}

.ssmItem:active {
	color: yellow;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
	}

.ssmBar {
	color: yellow;
	font: bold 18px Comic Sans MS;
	background-color: #000000;
	}

