body{
background-color: #970000;
background-image: url(../images/tile.gif);
background-repeat: repeat;
scrollbar-highlight-color:#970000;
scrollbar-shadow-color:#970000;
scrollbar-track-color:#970000;
scrollbar-face-color:#970000; 
scrollbar-arrow-color:#970000;
}

td.background{
background-color: #C6000A;
background-image: url(../images/tile.gif);
background-repeat: repeat;
}

td.texture{
background-color: #EBECE4;
background-image: url(../images/texture.gif);
background-repeat: repeat;
}

td.border{
background-color: #000000;
background-image: url(../images/border.gif);
background-repeat: repeat;
width:100%;
}

td.rollOver{
background-color: #EBECE4;
background-image: url(../images/texture.gif);
background-repeat: repeat;
width:100%
height:100px;
}


font.title{
font-size:15px;
color:#D6000A;
letter-spacing: 0.2em;
font-weight: 900;
font-variant: small-caps;
font-style: oblique;
}

font.modified{
font-family: Courier, Geneva, Verdana, sans-serif; 
font-size:9px;
color:#df0000;
letter-spacing: 0.1em;
font-weight: 500;
font-variant: small-caps;
font-style: normal;
}

center{
position:relative; top:6%; right:0px;
}


p.bottom{
width:100%;
position:relative; bottom:0px; left:0.5%;
line-height:1.2em;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

A:link {
color:#E1060F;
}
A:visited {
color:#E1060F;
}
A:active {
color:#E1060F; 
}
A:hover {
color:#FF0000;
}



