BODY {
BACKGROUND: #660000;
}

P {
COLOR: #FFFFff;
FONT-FAMILY: verdana, arial, tahoma;
FONT-SIZE: 10pt;
}

A:LINK {
FONT-FAMILY: verdana;
FONT-SIZE: 10pt;
COLOR: #ffffff;
TEXT-DECORATION: none;
FONT-WEIGHT: bold;
}

A:VISITED {
FONT-FAMILY: verdana;
FONT-SIZE: 10pt;
COLOR: #ffffff;
TEXT-DECORATION: none;
FONT-WEIGHT: bold;
}

A:HOVER {
FONT-FAMILY: verdana;
FONT-SIZE: 10pt;
COLOR: #FFFFFF;
TEXT-DECORATION: none;
FONT-WEIGHT: bold;
}

H1 {
COLOR: #FFFFFF;
FONT-FAMILY: verdana, arial, tahoma;
FONT-WEIGHT: bold;
}

H3 {
COLOR: #ffffff;
FONT-Family: verdana, arial, tahoma;
FONT-Weight: bold;
}

<script language="JavaScript">
<!-- Hide this script from old browsers --
quotes = new Array  
quotes[1] = "Lord Borak knows Blood Bowl"  
quotes[2] = "Coz da red wunz go faster" 
quotes[3] = "nice - perfect Blood Bowl weather"  
quotes[4] = "Anything but a 1..."  
quotes[5] = "Orcidas - Da ones wiv da stripes"  
quotes[6] = "BLITZ!!!"  
quotes[7] = "Heh Welcome"
quotes[8] = "Welcome"  
quotes[9] = "Weeeeeeeeeeeeeee"  
quotes[0] = "Hello"  
// -- End hiding here --> 
</script> 

<BR> 

<P><SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function MakeArrayday(size) {
this.length = size;
for(var i = 1; i <= size; i++) {
this[i] = "";
}
return this;
}
function MakeArraymonth(size) {
this.length = size;
for(var i = 1; i <= size; i++) {
this[i] = "";
}
return this;
}
function funClock() {
if (!document.layers && !document.all)
return;
var runTime = new Date();
var hours = runTime.getHours();
var minutes = runTime.getMinutes();
var seconds = runTime.getSeconds();
var dn = "AM";
if (hours >= 12) {
dn = "PM";
hours = hours - 12;
}
if (hours == 0) {
hours = 12;
}
if (minutes <= 9) {
minutes = "0" + minutes;
}
if (seconds <= 9) {
seconds = "0" + seconds;
}
movingtime = ""+ hours + ":" + minutes + ":" + seconds + " " + dn + "";
if (document.layers) {
document.layers.clock.document.write(movingtime);
document.layers.clock.document.close();
}
else if (document.all) {
clock.innerHTML = movingtime;
}
setTimeout("funClock()", 1000)
}
window.onload = funClock;
//  End -->
</SCRIPT>