h2 { text-align: center; }
ul#year { top: 8em;
          left: 20%;
          float: left;
          position: absolute;
          z-index: 2; }
ul#year li { float: left;
             list-style: none;
             position: relative;
             margin-left: 0px; }
ul#year li ul { position: absolute;
                top: 1.4em;
                left: -28px;
                z-index: 1;
                min-width: 80px;
                display: none;
                padding: 5px 5px 0px 5px;
                border-style: solid;
                border-width: 1px;
                border-color: #d62821;
                background-color: black;
                opacity: 0.9; }
ul#year li:hover ul { display: block; }
ul#year li:hover .capt { color: #d52b24 !important; }
ul#year li ul li { float: none; }
.item { margin-bottom: 7px;
        font-size: 90%;
        line-height: 1.2em;
        text-align:left; }
.hd { margin-top: 5px; }
.capt { position: relative;
        margin-right: 30px;
        top: 0px;
        left: 0px;
        font-weight: bold;
        font-size: 120%; }
.link { font-weight: normal; }
.board { padding: 20px;
         margin-bottom: 20px;
         position: relative;
         z-index: 1; }
.attribution { float:left;
               position: relative;
               margin-left:auto;margin-right:auto;
               top: -40px;
               left: 200px;
               text-align: center;
               padding: 10px;
               z-index: 2;
               background-color: #C4B398;
               color: #1E1208;
               border-color: #8F460A;
               border-style: ridge;
               border-width: 4px; }

