/*
Style Sheet Solution for Exercise One, Module 10
*/
a.state1:link { text-decoration:none; color:##CC6600; }
a.state1:visited { text-decoration:none; color:#FF6600; }
a.state1:active { text-decoration:none; color:#FF6600; }
a.state1:hover  { color: #066; text-decoration: none }

