body { font-size: 75%; }
body {
  color: #222;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Geneva, Verdana, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  color: #222;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Geneva, Verdana, Helvetica, sans-serif;
}
/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 2.4em; margin-bottom: 0.25em; }
h2 { font-size: 1.8em; margin-bottom: 0.25em; }
h3 { font-size: 1.6em; margin-bottom: 0.25em; }
h4 { font-size: 1.3em; margin-bottom: 0.25em; }
h5 { font-size: 1.2em; margin-bottom: 0.25em; }
h6 { font-size: 1.1em; margin-bottom: 0.25em; }
/* Text elements */
p           { font-size: 1.1em; margin: 0 0 0.25em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 0.5em 0.5em 0.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

ul,li       { list-style-type: none; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus,
a:hover     { color: #222; }
a           { color: #555; font-weight: bold; text-decoration: none; }

a.white:focus,
a.white:hover     { color: #127a46; }
a.white           { color: #fff; font-weight: bold; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
/* Tables */

/* Some default classes */
.small      { font-size: 0.8em; }
.large      { font-size: 1.2em; }
.quiet      { color: #999; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.green		{ color: #0d6a31; }