Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/* Links to the same page */
strong.selflink {
    background-color: #c0c0c0;
}

/* Links to disambiguation pages */
.mw-disambig {
	background-color: #ddeeff;
	-moz-text-decoration-style: dashed;
	text-decoration-style: dashed;
}

/* Links to redirect pages */
.mw-redirect {
    background-color: #ddeeff;
	-moz-text-decoration-style: wavy;
	text-decoration-style: wavy;
}