/*
 * simple.css
 * CSS definitions for simple UKClimbing.com pages (e.g., image popup)
 * (c) Climbers.net, 2010
 */

BODY, TH, TD {
  font-family: Arial,Helvetica,sans-serif;
  }

B, TH {
  font-weight: bold;
  }

.normal	{
  font-size: 14px;
  }

A:hover {
  color: #c00;
  text-decoration: underline;
  }
