/*
 * Style sheet for Townley Hall
 * Golf Club
 *
 * (c) 2005 Alex McAllister
 * ...with some help...
 *
 * Additional style sheet for
 * localrules.html
 *
 */

/* Style for the NB paragraph */
#noticebox {
   border: 1px solid #000;
   margin: 0 1em 0 1em;
   padding: 0;
}

/* Declaration for padding: goes top right bottom left */
#noticebox p { padding: 0 1em 0 1em; text-align: center; }

/* <ol type=...> is deprecated, so
   we'll apply a style, also to the
   other lists */
ul.localrules,
ol.localrules { padding: 0.5em; }

ul.localrules { list-style-type: none; padding: 0.5em; }
ol.lower-alpha { list-style-type: lower-alpha; padding: 0.5em; }
ol.lower-roman { list-style-type: lower-roman; padding: 0.5em; }