/*----Typography-------------------*/

body {
font: 12px/1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000000;
}
strong {font-weight: bold;}
em {font-style: italic;}

h1 {
font-weight: bold;
font-size: 20px;
margin-bottom: 1em;
}
h2 {
font-weight: bold;
font-size: 1.4em;
margin-bottom: .5em;
}

h3 {
margin-bottom: 1em;
font-weight: bold;
}

h4 {
font-weight: bold;
}

p {
margin-bottom: 1em;
}

a {
text-decoration: none;
}

a:link {
color: #4F7559;
}


a:hover, a:visited:hover {
color: #8EC69E;
}
a:visited {
color: #4F7559;
}



