/* highlights link */

a:hover {background-color:#FFFFFF;
        text-indent: 100px;
	text-decoration: bold;
	color: red;
	}

