P {}
P.normal { position:relative; left:5px }

P.info { background-color:#FFFFC0 }

P.saying { font-style: italic; 
           position: absolute; 
           top: 50px; left:370px; 
           width:300px; height:118px;
           text-align: left;
         }

TR {}

TD {
     padding-right: 10px;
   }

TD.month { font-family: Times New Roman, Times, Serif; 
           font-weight: bold;
           text-decoration: underline; 
           background-color: #C5FFC5;
         }

TD.date { color: red;
          font-weight: bold;
          text-align=center;
        }
TD.info { }

