// this defines the color of a regular link// add any other style definitions if you wishA { color: #FF9433 }a:hover {color:red}a:active {color:blue}