/*
    Styles for shadetrees.org
*/


  body { color: #000000;
         background: #CCFFCC;
         font-family: Times, "New Century Schoolbook", Palatino, serif }

  p.footer { font-size: 75%;
             line-height: 90% }

  p.error { font-size: 125%;
            color: #FF0000;
            background: #CCFFCC }

  p.message { font-size: 110% }

  a { color: #0000FF;
      background: #CCFFCC }

  a:hover { color: #FF0000;
            background: #CCFFCC }

  a img { border: 0 }

  img { border-color: #000000 }

  h1 { font-size: 200%;
       margin-top: 0.1em;
       margin-bottom: 0.1em }

  h2 { font-size: 150%;
       margin-top: 0.1em;
       margin-bottom: 0.1em }

  h3 { font-size: 125%;
       margin-top: 0.1em;
       margin-bottom: 0.1em }

  h1.banner { color: #336666;
              background: #CCFFCC;
              font-size: 240%;
              font-style: italic;
              font-weight: bold;
              margin-top: 0;
              margin-bottom: 0.1em }

  h2.banner { color: #336666;
              background: #CCFFCC;
              font-size: 160%;
              font-style: italic;
              font-weight: bold;
              margin-top: 0.1em;
              margin-bottom: 0.1em }

  hr { height: 1px;
       color: #336666;
       background: #CCFFCC }

  th, td { padding-left: 0.3em;
           padding-right: 0.3em }

  td.menuborder { background: #000000;
                  padding-left: 0;
                  padding-right: 0 }

  table.menu { font-family: Helvetica, Univers, sans-serif;
               border: 0;
               font-size: 90% }

  th.menu { background: #339900;
            color: #FFFFFF;
            font-weight: bold }

  th.menu a { background: #339900;
              color: #FFFFFF;
              text-decoration: none }

  th.menu a:hover { background: #339900;
                    color: #FFFF00;
                    text-decoration: underline }

  th.activemenu { background: #CCFFCC;
                  color: #006600 }


