body { background-color:#F2ECD2; }

a:link {color: #0000FF}     /* unvisited link - BLUE */
a:visited {color: #800080}  /* visited link - PURPLE */
a:hover {color: #FF00FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

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;
         }

p.c3 { font-size: 10pt; }
p.c4 { font-size: 10pt; }

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 { }
