@import url("bold.hover.css");
.dark2 {
	font-weight: normal;
	cursor: hand;
	color: #663300;
	text-decoration: underline;
}
A {
  color:#990000;
}

A:hover {
  color:#990000;
}