/*
div#desc { float: left; width: 65%; }
div#update { float: left; width: 33%; font-size: small; margin-top: 0.5em }
div#intro { float: top; width: 100%; margin-bottom: 0.5em; }
*/

div.section { background: #eef; color: #000; padding: 3px; border: none;
              margin-top: 0.5em; margin-bottom: 0.5em; }
div.section div.menu { position: float; float: left; width: 25%; border: none; }
div.section div.blurb { width: 74%; border: none; }
div.feature { background: #104; color: #fff; margin-top: 1em;
               margin-bottom: 1em; border: 1px solid #a99;
               padding: 2px; margin: 1em; }
div.feature a { border-bottom: 1px #3ac dashed; color: #3ac; }
div.feature a:hover { border-bottom: 1px #6cf solid; }
div.feature h4 { background: #235; color: #eef; border: 2px solid #151048;
              font-size: medium; }
div.feature h4 a { border-bottom: 1px #eef dashed; color: #eef; }
div.feature h4 a:hover { border-bottom: 1px #fff solid; }
div.feature h5 { background: #104; color: #dde; border: none; }
div.feature h4 span.links { background: #235; color: #3ac; font-size: small; font-weight: normal; }
div.feature h4 span.links a { border-bottom: 1px #3ac dashed; color: #3ac; }
div.feature h4 span.links a:hover { border-bottom: 1px #6cf solid; }
/*
div.feature h4 span.links a { text-decoration: none; border: 2px solid transparent;
                              padding: 2px; color: #3ac; font-weight: normal; }
div.feature h4 span.links a:hover { background: #104; }
*/
/* div.feature h4 span.links a:hover { border: 2px solid #124; border-top: 2px solid #346;
                                    border-left: 2px solid #346; } */

