

/* (c) Windmill - (r) lb 20030308 1655 */
/* for the lovebytes 2003 site */

BODY {
   font-family: "Courier New", Courier, fixed;
   font-size: 11px ;
   color: #000000;
   font-weight: normal;
   line-height: 10px;
}

BODY.ffffff {
   background: #ffffff;
}

BODY.days {
   background-image: url(../gfx/tile-1.gif);
}
A.days {
   text-decoration: underline;
   color: #000000;
}
A.days:hover {
   text-decoration: underline;
   color: #000000;
}

BODY.schedule {
   background-image: url(../gfx/tile-2.gif);
}
DIV.white {
   background: #ffffff;
   margin:2;
}
DIV.schedule {
   line-height: 14px;
}
A.schedule {
   text-decoration: none;
   color: #000000;
}
A.schedule:hover {
   text-decoration: none;
   color: #ff0000;
}

BODY.details {
   background-image: url(../gfx/tile-3.gif);
}
DIV.black {
   background: #000000;
   margin:2;
}
DIV.black {
   background: #000000;
   margin:2;
   color: #ffffff;
}
DIV.redtext {
   color: #ff0000;
}

DIV.cyantext {
   color: #00ffff;
}

