/* CSS Document */

<style type="text/css"> 
<!-- 

a:link {
	color: #ffcc00;
	text-decoration: none;
} 
a:visited {
	color: #ffcc00;
	text-decoration: none;
} 
a:hover { color: #ff6666; text-decoration: none} 
a:active {
	color: #0000ff;
	text-decoration: blink;
} 

--> 
</style>