A:link, A:active
                {
	text-decoration :       none;
	color           :       #FFFF00;
	background      :       black;
                        }
        A:visited {
	color           :       orange;
	background      :       black;
	text-decoration :       none;
                        }               
        A:hover {
	color           :       #FFFFFF;
	background      :       #333333;
                        }
