
/* file modified by david morse 05-12-2008
 * why, oh why, were the settings for h1, p, ul, etc. so lame? 
 * e.g. h1 50% smaller than h2 under firefox is just not right
 * sample page that doesn't display right with the commented values:
 * bicyclingforlouisville.org/commuting/1.shtml
 */
#main      { font-size: small; font-family: "Lucida Grande", Verdana, sans-serif; margin-left: 10px; padding-left: 10px; width: 600px; height: auto }
/* #main h1 { font-size: medium; margin: 5px 0 } */
/* #main p  { font-size: small; line-height: 1.4; margin: 0 0.5em 1em 0 } */
#id { }
#footer     { color: black; font-size: x-small; font-family: "Lucida Grande", Verdana, sans-serif; text-align: center; padding-top: 3px; padding-right: 40px; padding-bottom: 4px; border-style: solid none none; border-width: 1px; border-color: silver }
#footer a:link   { color: navy; font-size: inherit; font-family: "Lucida Grande", Verdana, sans-serif }
#quote    { color: purple; font-size: small; font-family: "Lucida Grande", Verdana, sans-serif; font-style: italic; text-align: left; margin-top: 2em; margin-bottom: 1em }
/* #main ul { list-style-type: disc; margin: 1em 0 1em 40px } */
/* #main ul li { font-size: inherit; font-family: "Lucida Grande", Verdana, sans-serif; line-height: 1.4; margin-bottom: 1em } */
.floatright { margin: 0 0 0 0.5em; float: right }
.floatleft { margin-right: 0.5em; float: left }
/* #main ul { list-style-type: square; margin: 0 } */
/* #main ul li { list-style-type: square; margin: 0 } */
