a:link	{ text-decoration: none; color: #006600; font-weight: bold;
	font-family: Arial, verdana, tahoma, helvetica, 'Sans Serif';}

/* Links already visited */
a:visited	{ text-decoration: none; color: #006600; font-weight: bold;
	font-family: Arial, verdana, tahoma, helvetica, 'Sans Serif';
	 }

/* Links while being clicked */
a:active	{ text-decoration: none; color: #006600; font-weight: bold;
	font-family: Arial, verdana, tahoma, helvetica, 'Sans Serif'; }

/* Links when hovered over */
a:hover	{ text-decoration: none; color: #006600; font-weight: bold;
	font-family: Arial, verdana, tahoma, helvetica, 'Sans Serif';}