a:link { text-decoration: none; color: silver; font-family: tahoma; }
a:link bold  { color: #ffa500; font-family: tahoma; font-weight: bold; text-decoration: none  }
a:visited { text-decoration: none; color: silver; font-family: tahoma; }
a:hover {
	font-family: tahoma;
	text-decoration: none;
	color: orange;
}
body { color: white; font-size: 12px; font-family: tahoma; }
