a:link
{
	color: #FF9900; 
}
a:visited
{
	color: rgb(255,255,153); 
} 
a:active 
{
	color: rgb(255,51,0);
}
a:hover
{
color: green; font-weight: bolder
}

