body { background-color: #ddffff;
       scrollbar-base-color: #efefef; 
       scrollbar-arrow-color: #000088;
       scrollbar-DarkShadow-Color: #000088; 
}

a:link, a:active, a:visited  { color: #0000ff; 
                               font-family: comic sans ms, arial; 
                               font-weight: bold;
                               text-decoration:none;
}

a:hover { color: #ff0000 }

p, td { color: #000000; 
        font-family: verdana, tahoma, arial; 
        font-size: 10pt;
}

h1 { color: #000088; font-family: Times New Roman; font-size: 18pt; }
h2 { color: #000088; font-family: Times New Roman; font-size: 16pt; }
h3 { color: #000088; font-family: Times New Roman; font-size: 14pt; }
h4 { color: #000088; font-family: Times New Roman; font-size: 12pt; }

/* Form elements */
input, textarea { color: #000000;
                  font-family: Verdana, Arial, Helvetica, sans-serif;
                  font-size: 10pt;
                  font-weight: normal;
                  text-indent: 2px;
                  border-width: 2px;
                  border-color: #000088;
                  border-style: solid;
}

/* The text input fields background colour */
input.post, textarea.post { background-color : #ffffff; }

.navbar { background-image: url(graphics/navbar_bg.gif) }
.body_bg { background-color: #ddffff }
.table_bg { background-image: url(graphics/table_bg.gif) }
.table_bg_color { background-color: #eeffff }
.table_border_color { background-color: #000088; color: #eeffff; }