@CHARSET "ISO-8859-1";

body {
  background: transparent;
} 

#LinkBox {
  position: relative;
  margin-top: -20px;
  top: 22px;
  width: 322px;
  font-family: sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.link {
  position: relative;
  color: red;
  text-decoration: none;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
} 

a.link:hover {
  text-decoration: underline;
  background: #404040;
  /*border: orange 1px outset;*/
}

a.link img {
  border: 0px;
  vertical-align: top;
  padding-top: 3px;
} 

#Clock0 {
  color: red;
}  