h2 a {
	background: url(../imgs/link.gif) no-repeat 2px 2px;
	padding-left: 26px;
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: none;
}

h2 a:link {
	color: black;
}

h2 a:visited {
	color: #333;
}

h2 a:hover {
	color: black;
	border-style: solid;
}

