body {
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    color: #563f3f;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*line-height: 1.5; /* Baseline grid of 21px */
    text-align: center;
}

/* @group Font sizes */

/* basic font sizes */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
    font-size: 1em;  /* 14px */
}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, blockquote p, form div div, form div p, fieldset div, table form div {
    font-size: 1em;
}

/* @end Font sizes */

h1,h2,h3,h4,h5,h6 {
  color: #84B03D;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}


/* @group Headings */

h1 {
    font-size: 5em; 		/* 50px */
    line-height: 1; 			/* 50px */
    margin-bottom:0.3em;
    color: #84B03D;
}
h2 {
    font-size: 1.7857em;   		/* 25px */
    line-height: 1.4; 			/* 35px */
    color: #84B03D;
}
h3 {
    font-size: 1.2857em;		/* 18px */
    margin-top: 1.1111em;     	/* 20px */
    margin-bottom: 0.5556em; 	/* 10px */
    color: #84B03D;
}
h4 {
    font-size: 1.1428em;   		/* 16px */
    margin-top:1.25em;	   		/* 20px */
    margin-bottom: 0.625em; 	/* 10px */
}
h5, h6 {
    font-size: 1em;  			/* 14px */
}

/* @end Headings */
/* @group Blockquotes */

blockquote {
    font-style: italic;
    margin-left: 1.385em; /* 18px */
    margin-right: 1.385em; /* 18px */
}

blockquote cite,
blockquote em {
    font-style: normal;
}

/* @end Blockquotes */

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
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; }

/* @group Links */

a:link,
button.link span {
    color: #84B03D;
    text-decoration: none;
    font-weight: bold;;
    border-bottom: 1px solid #84B03D;
}

a:visited {
    color: #84B03D;
    text-decoration: none;
    font-weight: bold;;
    border-bottom: 1px solid #84B03D;
}

a:hover,
a:focus,
button.link:hover,
button.link:focus span {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #84B03D;
    background-color: #84B03D;
}
a:active,
button.link:active span {
    color: #fff;
    text-decoration: none;
    font-weight: bold;;
    border-bottom: 1px solid #84B03D;
    background-color: #84B03D;
}

/* @end Links */

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
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; }

/* Aligns an element perfect in the middle of a cell */
table .middle { text-align: center; vertical-align: middle; } 


/* Some default classes
-------------------------------------------------------------- */
 p {font-size:1.2em;line-height:120%;font-family: Helvetica, Arial, sans-serif;}
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.fancy {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: normal;
}

.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; }


