* {
  margin:0;
  padding:0;
}

h2 {
  font-family:"Times New Roman", Times, serif;
  font-size:200%;
  font-weight:bold;
  color:#8c0000;
}

h3 {
  font-family:"Times New Roman", Times, serif;
  font-size:150%;
  font-weight:normal;
  color:#8c0000;
}

#schedule{
  border:8px groove #8c0000;
  border-collapse:collapse;
}

#schedule td{
  border:2px solid #8c0000;
  padding:3px 7px 3px 7px;
}

.time{
  display:block; 
  float:left;
  width:3.65em;
  text-align:right;
  padding-right:.5em;
}

.detail{
  display:block; 
  float:left;
}

.large{
  font-size:115%;
}

.drawLink{
   background: #ffebcd;
   width:175px; 
   height:100px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: -10px -10px 10px #8c0000 inset,
					10px 10px 10px #8c0000 inset;
  -webkit-box-shadow: -10px -10px 10px #8c0000 inset,
					   10px 10px 10px #8c0000 inset;
  box-shadow: -10px -10px 10px #8c0000 inset,
			   10px 10px 10px #8c0000 inset;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#8c0000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#8c0000'),
   progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#8c0000'),
   progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#8c0000'),
   progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=260, Color='#8c0000');
  
  font-family:"Times New Roman", Times, serif;
  font-size:150%;
  font-weight:bold;
  color:#8c0000;
  text-align: center;
  display: table-cell;
  vertical-align: middle
}

