body { 
	color: black;
//	background-color: #FBF4DC;
	background-color: #9e7807;
	font-family: helvetica, sans-serif;
}
table.middle {
//	background-color: #FBF4DC;
        background-color: #9e7807;
}
table.middle td.menu {
	width: 180px;
}
table.middle td.content {
//	background-color: #FBF4DC;
        background-color: #9e7807;
}
table.inmenu {
//	background-color: #063fa8;
	background-color: #e2b900;
	color: white;
}
table.inmenu a:link, table.inmenu a:visited {
	color: #fbf4dc;
	text-decoration: none;
	font-size: 16px;
}
table.inmenu a:hover {
	color: #fccf3c;
}
td.content {
//	background-color: white;
}
table.incontent {
	background-color: white;
}
table.incontent h3 {
	color: #063fa8;
}
span.comments {
	font-size: 10px;
}
table.stories th {
	background-color: #e2a59a;
}
table.stories {
	width: 100%;
//	background-color: #e99679;
	background-color: #fcf5e6;
	border-style: groove;
}
table.stories td.even {
//	background-color: #e9b6aa;
}
table.stories td.odd {
//	background-color: #e2a59a;
}
table.stories a:link {
	color: #000066;
	text-decoration: none;
}
table.stories a:visited {
	color: #213966;
	text-decoration: none;
}
table.stories a:hover {
	color: #666666;
}
h1 {	color: blue; }
table.menuitem {
//	background-color: #0664a3;
	background-color: #176fa5;
       border-style: outset;
       border-width: 1;

}

.datatable input {
        font-family: verdana, bitstream vera sans,sans-serif;
        font-size: 1em;
        background-color: white;
}
                                                                                
.datatable textarea {
        background-color: white;
}

.first {
        text-align: right;
        padding-right: 10px;
        font-weight: bold;
        font-size: 1em;
}


