/* common/website_style.css   fs   2-17-05 */

/* This file provides common "style" to the FS Web Site */

/* Make page background a neutral, snow texture */
body {background-image: url(website_background.jpg);}

/* Make links change background color to light blue when active */
a:hover {background-color: #e0e5ff;}

