/* custom CSS by Create(R) www.stone.com */

/* links will turn magenta with yellow background when you mouse over them: */
a:hover {
 color:black;
 text-decoration:underline;
 background-color:white;
}

