body       {
               color: saddlebrown;
               background-color: linen;
               font-size: 12pt;
               font-family: sans-serif;
           }

a          { 
               color: darkred;
               text-decoration: underline;
           }
a:visited  { color: indianred; }

#feature   {
              background-color: mintcream;
              border: 1pt solid black;
              padding: 1em;
           }

input,select { background-color: mintcream; }
input.submit { background-color: peru; }

.lwn_stocks table { background-color: mintcream; }

.sectintro { font-weight: bold; }

.sect      { font-size: 20pt; }

.subsect   {
               background-color: peru;
               font-weight: bold;
               text-align: center;
           }
.subsect th { 
               border-color: black;
               border-style: outset;
               border-width: 1px;
               padding: 2px;
           }
.subsect a         { color: darkred; }
.subsect a:visited { color: #8b2222; }

.headlines { background-color: moccasin; }
.headlines td { padding: 5px; }
.headlines a       { text-decoration: none; }
.headlines a:hover { text-decoration: underline; }

.fm-search {
               font-weight: bold;
               font-size: small;
               text-align: right;
           }
