
.index {
         float: right;
         border: solid;
         border-width: 1px;
         border-color: black;
         padding: 0.5em;
         margin-bottom: 1em;
         font-size: small;
         }

.calendar { 
            border-bottom: 1px dashed #888;
            }
.calendar td { 
               font-size: small;
               }

.date { 
        color: #666;
        border-bottom: 1px solid #999;
        margin-bottom: 10px;
        font-size: medium;
        font-weight: bold;
        }

.title { 
         font-size: large;
         color: #000;
         }

.posted { 
          font-size: small;
          color: #000;
          margin-bottom: 25px;
          }
