document.write("The background color is "+document.bgColor+"<BR>"); document.write("The text color is "+document.fgColor+"<BR>"); document.write("The link color is "+document.linkColor+"<BR>"); document.write("The visited link color is "+document.vlinkColor+"<BR>"); document.write("The active link color is "+document.alinkColor);