/*  Title: Seed Savers Web Site CSS1
    Author: Roy Shackleton
    Created: 21 May 2000
    Modified: 21 Feb 2006
*/

BODY{
    margin-left: 5%;
    margin-right: 5%;
    color: #000000;
    background-color: #FFFFFF;
    }

H1  {
    text-align: center;
    border-bottom: solid thin #000000;
    }

H2  {
    color: #006600;
    }

H3, H4, H5, H6 {
    color: #000000;
    }

A:link, A:visited, A:active {
     text-decoration: none 
    }

A:link IMG, A:visited IMG, A:active IMG {
    border: none;
    }

TABLE.banner {
    width: 100%;
    }

TABLE.banner TH {
    border: solid thin #000000;
    font-size: larger;
    background: #00DD00;
    width: 10%;	
    }

.quote {
    color: #CC0000;
    font-style: italic;
    }

DIV.pagenav {
    text-align: right;
    clear: both;
    }

DIV.navbar {
    font-family: sans-serif;
    text-align: center;
    background-color: #CCFF99;
    }

DIV.navlist {
    position: center;
    width: 20em;
    padding: 0.5em;
    background: #CCFF99;
    border: solid medium #000000;
    }

DIV.navlist A {
    font-family: sans-serif;
    }

DIV.footer {
    text-align: center;
    }

DIV.photobanner {
    text-align: center;
    margin-top: 0.5em;
    }

