
<STYLE type=text/css>

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	text-decoration: NONE;
	color: #C37108;
}

a:hover {
	text-decoration: none;
	background-color: YELLOW;
}

a:active {
	text-decoration: none;
}

</STYLE>

