/* common/hike_style.css   fs   1-15-05 */

/* This file provides common "style" to mountain hiking photo pages */
/* of the NH Mountain Hiking website */

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

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