.ssmHdr {
color: #fff0d0;
font: bold 10px verdana;
	}

.ssmHdr:link {
color: white;
text-decoration: none;
	}

.ssmHdr:visited {
color: white;
text-decoration: none;
	}

.ssmHdr:hover {
color: white;
text-decoration: underline;
	}

.ssmHdr:active {
color: white;
text-decoration: underline;
	}

.ssmItem {
color: #B22222;
font: 10px Georgia;
padding-left: 4px;
	}

.ssmItem:link {
color: #B22222;
text-decoration: none;
	}

.ssmItem:visited {
color: Maroon;
text-decoration: none;
	}

.ssmItem:hover {
color: #FFD700;
text-decoration: underline;
	}

.ssmItem:active {
color: black;
text-decoration: underline;
	}

.ssmBar {
color: #fff0d0;
font: bold 10px Georgia;
	border-color: #c09070 #704020 #704020 #c09070;
  border-style: solid;
  border-width: 2px;
	}

