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

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

* {
font:14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}