body
{
font-family: 'Quicksand', sans-serif;
font-size:16pt;
font-weight:bold;
background-image:url("images/bgtile.png"), url("images/function.png");
background-repeat:repeat-x, no-repeat;
background-attachment:fixed;
background-position:left top, left bottom;
}

.centered
{
margin-left:auto;
margin-right:auto;
text-align:center;
}

#header
{
background-color:#40c13d;
}

*
{
margin:0;
padding:0;
}

#logo
{
padding-top:5%;
width:80%;
max-width:700px;
display:block;
}

#navbar
{
width:80%;
max-width:700px;
padding:10px;
border-bottom: 2px solid #40c13d;
border-right: 2px solid #40c13d;
}

.spacer
{
color:#40c13d;
}

.bodyParagraph
{
width:80%;
max-width:700px;
text-align:left;
font-weight:normal;
}

#footer
{
font-weight:normal;
font-size: 12pt;
width:80%;
}

a
{
text-decoration:none;
color:#40c13d;
}

a:hover
{
color:#6ce169;
}

a:visited
{
color:#1f871d;
}

a:active
{
color:#1f871d;
}