*  {
margin: 0;
padding: 0;
}

body {
background-color: #cc9;
}

table, td {
color: #00471c;
font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
background-color: #cc9;
text-align: left;
vertical-align: top;
}

p {
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0.8em;
}

p.title {
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0.8em;
font-weight: bold;
}

p.firstline {
line-height:30px;
}

p.footer   { font-size: 0.72em; line-height: 1.5em; margin-bottom: 0.8em }

a, a:link, a:visited {
text-decoration: none;
color: #600;
}

a:hover, a:active, a:focus {
text-decoration: underline;
}

/*Navigation*/
.navigation {
font-size: 0.8em;
line-height: 1.6em;
font-weight: bold;
}

p.navigation {
margin-bottom: 1.6em;
}

.navigation a,
.navigation a:link,
.navigation a:visted {
color: #600;
text-decoration: none;
}

.navigation a:hover,
.navigation a:active,
.navigation a:focus {
color: #00471c;
text-decoration: none;
}

/* LIGHT GREEN: #cc9 DARK GREEN: #00471c RED: #600 */