body {
  background-color:#FFFFFF;
  color:#000000;
}

td.hei {
	width:84px;
	background-color:#FFFFFF; 
	text-align: center; 
}
td.sta {
	width:84px;
	background-color:#87cefa; 
	text-align: center; 
}
td.sun {
	width:84px;
	background-color:#ff69b4; 
	text-align: center; 
}
td.past {
	background-color:#808080; 
	text-align: center;
}
td.today {
	background-color:#ffffe0; 
	text-align: center; 
}
td.future {
	background-color:#FFFFFF; 
	text-align: center; 
}

div.sample {
	width:400px;
	height:385px;
	background-color:#FFFFFF;
	overflow:auto;
}

a {
	text-decoration:none;
}
img {
    border-style:none;
}

