/* set of colour definitions for Flaming Nora web site */

/* set the background to be white */
BODY { background: white }

/* default links are black, going to grey, and flashing green when clicked */
A:link    { color: black }
A:active  { color: green }
A:visited { color: gray }

/* colour of links in white-on-black "back to the home page" links */
A.gohome:link, A.gohome:visited   { color: white }
A.gohome:active  { color: gray }

/* small font for copyright notices */
.copy {font-size: 50%}
