body {
        background: white;
        margin: 0;
        padding: 1px;
}

img {
        border: none;
}

h1#hheader {
        font-family: Arial, Verdana, sans-serif;
        position: absolute;
        top: 0px;
        left: 5px;
        margin-right: 340px;
}

p#pheader {
        font-family: Arial, Verdana, sans-serif;
        position: absolute;
        top: 90px;
        left: 15px;
        margin-right: 340px;
}

h2 {
        font-family: "Verdana", sans-serif;
        margin: 0px;
        font-size: 140%;
}

h3 {
        font-family: sans-serif;
}

p, li {
        font-family: sans-serif;
        font-size: 80%;
}

p.titleish {
        font-weight: bold;
}

p.info {
        background: #F0F0F0;
}

p.small {
        font-size: 70%;
}

p.postbodytopinfo {
        padding-bottom: 2px;
        margin: 0px;
        font-size: 85%;
        border-bottom: 1px dashed silver;
}


a {
        color: #522173;
}

a:hover {
        text-decoration: none;
}

a:visited {
        color: #aa0000;
}

.alignedright {
        text-align: right;
}

.centered {
        text-align: center;
}

textarea {
        font-family: sans-serif;
        font-size: 80%;
}

div.left {
        margin-top: 110px;
        padding: 10px;
        margin-right: 330px;
}

div.right {
        font-family: sans-serif;
        font-size: 80%;
        background: #F0F0F0;
        border: 1px solid silver;
        padding: 10px;

        float: right;
        line-height: 150%;
        width: 300px;
        clear: both;
        margin-bottom: 10px;
}

div.catrow {
        font-family: sans-serif;
        font-size: 80%;
        background: #F0F0F0;
        padding: 5px;
        margin-bottom: 10px;
        border: 1px solid silver;
}

div.forumrow {
        background: white;
        border: 1px solid silver;
        margin: 10px;
        padding: 5px;
}

div.base {
        background: #F0F0F0;
        padding: 5px;
        border: 1px solid silver;
        margin-bottom: 10px;
}

div.text {
        background: white;
        margin: 10px;
        padding: 5px;
        border: 1px solid silver;
        overflow: auto;
}

div.topics {
        background: #F0F0F0;
        border: 1px solid silver;
        padding: 3px;
        text-align: center;
}

table.topics {
        margin-bottom: 5px;
        padding: 5px;
        margin-left: auto;
        margin-right: auto;
        background: white;
        border: 1px solid silver;
        width: 95%;
        text-align: left;

}

table.topics td {
        font-family: sans-serif;
        font-size: 80%;

}

div.bottom {
        font-family: sans-serif;
        font-size: 70%;
        color: silver;
        text-align: center;
        clear: both;
}

div.posts {
        background: #F0F0F0;
        border: 1px solid silver;
        padding: 10px;
}

div.postbody {
        background: white;
        border: 1px solid silver;
        font-family: sans-serif;
        font-size: 80%;
        padding: 5px;
        padding-left: 170px;
        overflow: auto;
}

        div.postbody li {
                font-size: 100%;
        }

div.spacer {
        height: 5px;
}

div.postbodyleft {
        width: 160px;
        position: absolute;
        left: 30px;
        font-size: 85%;
}

div.quote1 {
        margin: 20px;
        margin-bottom: 0px;
        font-size: 90%;
}

div.quote2 {
        margin: 20px;
        margin-top: 0px;
        border: 1px solid silver;
        background: #F0F0F0;
        overflow: auto;
}

div.quote2_code {
        margin: 20px;
        margin-top: 0px;
        border: 1px solid silver;
        background: #F0F0F0;
        font-family: monospace, sans-serif;
        font-size: 90%;
        overflow: auto;
}

div.inboxbar {
        background: #F0F0F0;
        border: 1px solid silver;
}

div.pmtext {
        font-family: sans-serif;
        font-size: 80%;
}

acronym {
        cursor: help;
}

span.forum_desc {
        font-style: italic;
}

.gensmall {
font-family: Arial, Verdana, sans-serif;
font-size : 11px;
}


