Javascript Properties JavaScript Reference

Note:
Read and write property. 
Sets all active links' color. 
Value: 
Web color name or hexadecimal value in #RRGGBB format.
    
Syntax:
    
document.body.aLink = value
document.getElementById("bodyID").aLink = value
document.all.bodyID.aLink = value // IE only