<!-- /* Style Sheet definitions need to be commented to hide them from incompatible Browsers.*/ -->
/*hotdog style name="initial"*/

.fire {
    background-image: url(pix/fire2.gif);
    background-repeat: repeat-y;
    background-size: contain;
    }

.int;first-letter {
    font-family: Comic Sans MS;
    font-size: 5pt;
    color: #68C0D0;
    background: #FFFFFF;
    }

.sig {
    font-family: Comic Sans MS;
    font-size: 0.8em;
    font-weight: bold;
    color: #FF0000;
    text-align: right;
}
news td,ul,li {
    font-family: Comic Sans MS;
    font-size: 14px;

}
/* Offline Links Info Box */

a.offbox
{
  position: relative;
  text-decoration: none;
}
a.offbox span
{
  display: none;
}
a.offbox:hover span
{
  font-family: Comic Sans MS;
  font-size: 14px;
  white-space: nowrap;
  position: absolute;
  display: block;
  top: 26px;
  left: 26px;
  border: 3px solid black;
  background-color: white;
  padding: 6px;
  color: red;
}

/*CSS3 extras*/
a.offbox span
{
    border-radius:6px;
    box-shadow: 4px 4px 6px #CCC;
}

