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

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