/* CSS Document */
body {
font-family: "Arial", "Helvetica", "sans-serif";
    background-color: #f0fff0; 
}
pre {
font-family: "Lucida Console", "Monaco", "monospace"
}

/* nav link */
a.nav:link{
    font-weight: bold;
    color: #ffffff;
    background-color: #317756;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    line-height: 200%;
}
a.nav:visited {
    font-weight: bold;
    color: #ffddff;
    background-color: #317756;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    line-height: 200%;
}
a.nav:hover, a.nav:active {
    background-color: #7A991A;
}
/* mouse over link */
a:hover {
    color: #FF00FF;
}
iframe.wp {
    border: 0px solid black;
    height: 250px;
    width: 600px
}