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

/* links will turn magenta with yellow background when you mouse over them: */
a:hover {
 color: #990000;
 text-decoration:none;
 background-color:yellow;

}
