/*
Printing stylesheet for the FARM Club website

webmaster: Dick Sutton (rsutton43@comcast.net)
*/

body {
     background: white;
     font-size: 12pt;
}

#header h1 { margin: 0; padding:0; }

#header h1,
#header p,
h1.grn     {
           text-align: center;
           margin: 0;
           padding: 0;
}

a:link,
a:visited {
          color: #520;
          background: transparent;
          font-weight: bold;
          text-decoration: underline;
}

caption {
        margin-top: 10pt;
        font-size: 1.5em;
        font-weight: bold;
}

.pctr {
      text-align: center;
      font-weight: bold;
}

#nav,
#archive { display: none; }

#right {
       width: auto;
       margin: 0 5%;
       padding: 0;
       border: 0;
       float: none !important;
       color: black;
       background: transparent none;
}

#right a:link:after {
                    content: " (" attr(href) ") ";
                    font-size: 90%;
}

#notice {
        font-size: 11px;
        margin-left: 6em;
        margin-right: 6em;
}
