body {
    color: #FFFFFF;
    background: url(images/background1.jpg);
    margin: 0;
    padding: 0;
}
a:link {                              /* for unvisited links */
    color: #FFFFFF;
    text-decoration: underline;
}
a:visited {                           /* for visited links */
    color: #FFFFFF;
    text-decoration: underline;
}
a:active {                            /* when link is clicked */
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover {                             /* when mouse is over link */
    color: #990000;
    text-decoration: none;
}
font.storytitle {
    font-size: 1.5em;
    text-decoration: underline;
}
font.storydate {
    font-size: 0.8em;
    color: #990000;
}
font.storytext {
    /*font-family: sans-serif;*/
    /*font-weight: bold;*/
    /*font-size: 1.1em;*/
}
tr.heading {
	background-color: #B70000;
}
tr.row0 {
    background-color: #000000;
}
tr.row1 {
    background-color: #660000;
}
td.main {
    background: url('images/background2.jpg');
}
td.right {
    background: url('images/repr.jpg');
}