table.calendar
     {
     color: black;
     font-family: tahoma;
     font-size: xx-small;
     }

td.calendar
     {
     background-color: #dddddd;
	 height: 25px;
	 width: 20px;
	 text-align: center;
     }

.month
     {
     font-family: tahoma;
     font-size: x-small;
     text-decoration: none;
     font-weight: bold;
     color: red;
     }

.monthcenter
     {
     font-family: tahoma;
     font-size: xx-small;
     }

a.isnews:link
     {
     color: red;
	 font-weight: bold;
     }

a.isnews:visited
     {
     color: red;
     }

a.isnews:hover
     {
     color: blue;
     }
