tr, td {
	font-family: sans-serif
}
.sm {
	font-size: 60%
}
.nrm {
	font-size: 75%
}
.hd {
	font-size: 120%;
	font-weight: bold;
}

a.bl {
	color: black;
	font-weight:bold;
}
a:hover.bl {
	color: gray;
	text-decoration: none;
}
a:visited.bl {
	color: gray;
}

a.wh {
	color: white;
}
a:hover.wh {
	color: white;
	text-decoration: none;
}
a:visited.wh {
	color: #CCCCCC;
}

a.path {
	color: white;
}

a:hover.path {
	color: white;
	text-decoration: none;
}

.frm {
	border-style: solid;
	color: black;
	border-width: 1px;
	font-family: monospace;
}