css


body
{
        color: #111;
        font-family: garamond, 'trebuchet ms', helvetica, arial, sans-serif;
        font-size: 16px;
        text-align: justify;
        background-color: inherit;
        
        
}

b
{
        color: #111;
        background-color: inherit;
}

.left
{
    text-align: left;
    text-transform: inherit;
}

.right
{
    text-align: right;
    text-transform: inherit;
}

.center
{
    text-align: center;
    text-transform: inherit;
}

.justify
{
    text-align: justify;
    text-transform: inherit;
}

A
{
        text-decoration: none;
        color: #c60;
        background-color: inherit;
}

A:link
{
        text-decoration: none;
        color: #c60;
        background-color: inherit;
}

A:visited
{
        color: #c60;
        text-decoration: none;
        background-color: inherit;
}

A:hover
{
        text-decoration: underline;
        color: #c60;
        background-color: inherit;
}

A:active
{
        text-decoration: underline;
        color: #900;
        background-color: inherit;
}

ul
{
     list-style-type: square;
     list-style-position: outside;
}

img
{
     margin: 5px;
     padding: 2px;
     border-width: 0px;
}

hr
{
     width: 99%;
     border-color: #ccc;
     border-width: 1px 0 0 0;
     border-style: solid;
}

textarea
{
        
     font-family: 'trebuchet ms', helvetica, arial, sans-serif;
     font-size: 11px;
     width: 99%;
}

input
{
    
     font-family: 'trebuchet ms', helvetica, arial, sans-serif;
     font-size: 11px;
}

fieldset {
     border-width: 0px;
}

table {
     font-family: 'trebuchet ms', helvetica, arial, sans-serif;
     font-size: 11px;
}

td{
     align: top;
}
.searchform {
     display: inline;
     border: 0px;
}

.clearer {
    clear: both;
}

.highlight {
     color:#f00;
     background-color:#fc6;
}

.blinks
{
         line-height: 10px;
         text-align: right;
}
A.blinks
{
         color: #777;
}

A.blinks:hover
{
         text-decoration: none;
         color: #333;
}

A.blinks: visited
{
         text-decoration: none;
         color: #777;
}

A.blinks: active
{
         text-decoration: none;
         color: #777;
}





#container
{
         text-align: left;
         min-width: 200px;
         width: 80%;
         position: absolute;
        
         left: 50%;
         margin-left: -40%;
         color: inherit;
         background-color: #fff;
}



#header
{
    padding:10px;
    color: inherit;
    background-color: inherit;
}

#menu
{
        color: inherit;
        background-color: inherit;
}

#content
{
    text-align: justify;
    padding: 10px 10px 10px 20px;
    color: inherit;
    background-color: inherit;
}

#title
{
        font-size: larger;
        font-weight: bold;
        padding: 0 0 10px 0;
        text-transform: uppercase;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
}

#footer
{
        padding: 10px;
        color: inherit;
        background-color: inherit;
}

#pub
{

}