a.one:link {color: white}     	/* unvisited link */
a.one:visited {color: orange}  	/* visited link */
a.one:hover {color: white; background: orange}   	/* mouse over link */
a.one:active {color: orange}   	/* selected link */
a.two:link {color: #002D7E}     	/* unvisited link */
a.two:visited {color: #002D7E}  	/* visited link */
a.two:hover {background: orange}   	/* mouse over link */
a.two:active {color: #002D7E}   	/* selected link */
