<!--
h1, h2, h3, h4, h5, h6
{
 font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

div.title {
 padding-left: 12px;
 /*background: #006;*/
 background: #6B8E23; 
 /*color: #00008B;*/
 color: #FFFFFF;
 font-weight: bold;
 font-size: large;
}
div.search {
 padding-left: 12px;
 background: #6959CD;
 color: #fff;
 font-weight: bold;
 font-size: small;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
 /* ie win (5, 5.5, 6) bugfix */
 position: relative;
 width: 100%;
 width: auto;

 margin: 0;
 border-left: 5px
 /*solid #36414d;*/
 solid #008B45;
 padding: 5px;
 /*color: #FFFFFF;*/
 color: #00008B;
 /*background: #9370DB;*/
 background: #9ACD32;
 /*font-size: x-small;*/
 font-size: medium;
 font-weight:bold;
 line-height: 1;
}

.module-header2,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
 /* ie win (5, 5.5, 6) bugfix */
 position: relative;
 width: 100%;
 width: auto;
 margin: 0;
 border-left: 8px
 solid #008B45;
 padding: 5px;
 color: #00008B;
 background: #9ACD32;
 font-size: medium;
 font-family: arial;
 font-weight:bold;
 line-height: 1;
}

div.title2
{
 margin:15px;
 color: #00008B;
 background-color:#9ACD32;
}

div.box  { 
 position:
 absolute;
 top: 40px;
 left: 40px;
 width: 300px;
 height:  80px;
 padding: 10px; 
 background: #fff; 
 border: 4px dotted #006;
 font-size: 16px;
 color: #000 
}

.list {
background-color: #FFE4E1;
color: #000000;
font-family: monospace;
padding: 3px;
margin-left: 2%;
#overflow:auto;
#overflow-x: hidden;
}

.bottom {
background-color: #66CD00;
color: #000000;
font-family: monospace;
#padding: 3px;
margin: 10px 0px 0px 0px;
overflow:auto;
overflow-x: hidden;
vertical-align:middle;
height: 70px;
}
-->
