/* Stylesheet for the www.pwan.org site */

address.footer {
        font-size: smaller;
}

a:link {
        color: #8B5A2B;  /* tan4 */
        background-color: #FDF5E6;   /* "old lace" */
}

a:visited {
        color: #007F00;
        background-color: #FDF5E6;   /* "old lace" */
}

a:hover {
        font-weight: bold;
}

a:active {
        color: #993300;
        background-color: #FDF5E6;   /* "old lace" */
}

body {
        color: #000000;
        background: #FFE7BA;   /* wheat1 */
        font-family: sans-serif;
}

body.home {
        color: #000000;
        background-color: #FFE7BA;   /* wheat1 */
}

body.blog3 {
        color: #000000;
        background-color: #8FBC8F;   /* dark sea green */
}

h1.center {
        text-align: center;
}

h2.datestamp {
        text-align: left;
        font-weight: bold;
        font-size: medium;
}

p.attop {
        text-align: justify;
}

p.byline {
        font-size: smaller;
}

p.entry {
        text-align: justify;
}

p.archive {
        text-align: center;
}

p.center {
        text-align: center;
}

p.datestamp {
        text-align: left;
        font-weight: bold;
}

p.posted {
        text-align: right;
        font-size: smaller;
        padding-bottom: 1%;
        border-bottom: 2px solid rgb(85,107,47);;
}

p.separator {
        text-align: justify;
}

p.intro {
        margin-left : 2%;
}

p.blockquote {
        margin-left : 6%;
}

p.logo {
        color: #000000;
        background: #FFE7BA;   /* wheat1 */
        text-align: center;
}

p.logo3 {
        color: #000000;
        background: #8FBC8F;   /* dark sea green */
        text-align: center;
}

td.sidebar {
        font-size: smaller;
}

div.border {
        border-color: rgb(85,107,47);
        background-color: #FDF5E6;  
}

/* Beginning of Netscape 4.0 Hack */
/*/*/a{}

div.border {
        border-style: solid;
        border-width: thin;
        width : 100%;
        padding : 1%;
        margin : .5%;
}

div.center {
        text-align : center;
}

div.align-left {
        text-align : left;
}

div.footer {
        clear: both;
}

div.left {
        float: left;
        width: 66%;
}

div.right {        
        float: right;
        width: 31%;
}

/* End of the Netscape Hack */


