body {
  background-repeat: no-repeat;
  font-family: sans-serif;
}
img {
  border: 0px solid ;
  margin-top: 1px;
  padding: 0px;
  color: #00FF00;

}


div#time {
  border: 0px solid;
  width:135px;
  height:115px;
  background-image: url(bezel120x115.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
}
 

    
div#data {
  border: 0px solid;
  width:220px;
  height:180px;
  color: #FFFFFF;
  background-image: url(bezel220x180.png);
  background-repeat: no-repeat;
}

div#today{
  border: 0px solid;
  width:60px;
  height:61px;
  background-image: url(bezel60x41h20.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
}
 
div#back{
  border: 0px solid;
  width:60px;
  height:61px;
  background-image: url(bezel60x41h20.png);
  background-repeat: no-repeat;
  color: #FFFFFF;
}

 

dl {
  border: 0px solid;
  margin: 0px;
  padding: 0px;
}
dt {
  border: 0px dotted;
  display: block;
  margin: 0px;
  padding: 0px;
 }
dd {
border: 0px solid;
  display: inline;
  margin: 0px;
  padding: 0px;
  font-size:smaller;
  }
dd a { 
  border: 0px dotted;
  margin: 0px;
  padding: 0px;
  color: #0000FF;
}
.titles {
  color: #CCCCCC;
}

.current {
 color: #8FABE5;
}

.toy {cursor : pointer;cursor : hand;}

.wide {
    
width:728px;
height: 90px;

margin-left: 90px;
margin-right: auto;
margin-top: 90px;

}

.lowerRight{
 float:right;
 width:300px;
  height:250px;
  margin-bottom:20px;
  margin-right:20px;
}