.box{
 border-width: 1px;
 border-style: solid;
 border-color: blue;
 background-color: #99FF99;
}
A{
text-decoration: none;
color: navy;
font-size: 14;
font-weight: bold;
}
A:HOVER{
color: blue;
}
th{
border-style: solid;
border-width: 1px;
background-color: blue;
color: yellow;
border-color: blue;
}
.cal{
border-style: solid;
border-width: 1px;
border-color: blue;
background-color: white;
}
td.cal_time{
  font-weight: bolder;
  font-size: 16px;
  color: black;
  text-align: center;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 1;
  border-color: blue;
}
.tbl{
background-image: url("/springrain/images/tabbg.jpg");
background-repeat: repeat-y;
}
.tod{
  color:#33CC33;
}

