<style type="text/css">
/* General */

/* Link - Underline Hover */
	a { text-decoration: none; color: #003399; }
	:link { text-decoration: none; color: #003399; }
	:visited { text-decoration: none; color: #003399; }
	:hover { text-decoration: underline; color: #003399; }
	
/* Link - No Text Decoration, Color Change Hover */
	a.black { text-decoration: none; color: #000000; }
	a.black:link { text-decoration: none; color: #000000; }
	a.black:visited { text-decoration: none; color: #000000; }
	a.black:hover { text-decoration: none; color: #3366CC; }

</style>