body {
background-color: #cf9; 
color: #063; 
font-family: Calibri,'Trebuchet MS',sans-serif;
}

a:link { color: #030; text-decoration: underline; }
a:visited { color: #030; text-decoration: none; }
a:hover { color: #030; text-decoration: underline; }
a:active { color: #030; text-decoration: underline; }

h1 {
color: #090;
font-size: 3em;
}
h2 {
color: #090;
font-size: 16px;
}
h3 {
color: #090;
font-size: 14px;
}
h4 {
color: #090;
font-size: 12px;
}
.nav
{
color: #063;
padding: 0em 0.5em 0em;
}
.nav_current
{
color: #396;
padding: 0em 1em 0em;
border: 1px solid green;
background-color: white;
}
.copy
{
color: #330;
}
.description
{
color: #330;
}

