body {	background: #999999 ;	}	a:visited {	color : #ff6600;	text-decoration : underline;	}	a:link {	color : #ff6600;	text-decoration : underline;	}	a:hover {	color : #000000;	text-decoration : underline;	}	a:active {	color : #bbcccc;	text-decoration : underline;	}
