/*
 *  MyStyle Copyright (c) 2001-2004 Alexey Chernyak, All Rights Reserved.
 *  See http://www.bigfoot.com/~alexeyc/
 */

html {
  color: black;
  background: #ffc;
}
b, strong, em {
  color: black;
  background: transparent;
}
h1, h2, h3, h4, h5, h6, dt, th {
  color: #850;
  background: transparent;
}
a:active, a:active img,
a:hover, a:hover img,
a:visited:active, a:visited:active img,
a:visited:hover, a:visited:hover img {
  color: #850;
  border-color: #850;
}
#clock {
  color: black;
  background: transparent;
}

