A		{ text-decoration: none; } 
A:link	{ color: #6600FF; }
A:visited
		{ color: #9900FF; }
A:active, A:hover
 		{ color: #00FFFF; font-weight: bold; text-decoration: underline; }

body 	{
		background: #CCCCFF url(bg.png) repeat fixed;
		font-family: sans-serif;
		color: #0066FF;
	 	}