a	{	color: silver;
	text-decoration:underline;
}

a:link	{
	color: silver;
	text-decoration:underline;
}

a:active {
	color: silver;
	text-decoration:underline;
}

a:hover {
	color: silver;
	text-decoration:underline;
}

a:visited {
	color: silver;
	text-decoration:underline;
}

.nodecor {
	text-decoration:none;
}
.nodecor:link {
	text-decoration:none;
}
.nodecor:active {
	text-decoration:none;
}
.nodecor:hover {
      	color: white;
	text-decoration:none;
}
.nodecor:visited {
	text-decoration:none;
}

body 	{
      	color: white;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial;
	font-size:x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
}

td 	{
	color: white;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial;
	font-size:x-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
}

.htd 	{
	font-weight: bolder;
}

.desc 	{
	color: white;
}

.htopic {
	font-size: x-large;
	color: silver;
	font-weight: bold;
}

.hdesc {
	color: silver;
	font-weight: bold;
}

.brd	{
	border-bottom: 1px gray solid;
}

.hidden {
	display: none; 
}
.info {
padding: 0.25em;
}
