body {
	font-family : Verdana, Arial, Helvetica;
	color : #ff0000;
	font-weight : bold;
	background : Black url(images/bg.jpg) no-repeat fixed center;
}

font {
  font-family : Verdana, Arial, Helvetica;
  font-weight : bold;
  color : #ff0000;
}

A:active {
  color : #ff0000;
}

A:visited {
  color : #ff0000;
  text-decoration: none;
}

A:link {
  color : #ff0000;
  text-decoration: none;
}

A:hover {
  color : #ff0000;
  text-decoration: underline;
}

td.menufont {
  font-family : Verdana, Arial, Helvetica;
  font-weight : bold;
  font-size : 10pt;
  color : #ff0000;
}

td.header {
  font-family : Verdana, Arial, Helvetica;
  font-weight : bold;
  font-size : 14pt;
  color : #ff0000;
}

td.foot {
  font-family : Verdana, Arial, Helvetica;
  font-weight : bold;
  font-size : 8pt;
  color : #ff0000;
}

td.gbstandard {
  background : #000000;
  font-family : Verdana, Arial, Helvetica;
  font-size : 11pt;
  color : #ff0000;
}

input {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#ff0000;
	background-color:#000000;
	border-color:#ff0000;
	border-style:solid;
	font-weight:bold;
}

input.style1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	background-color:transparent;
	border-color:transparent;
	border-style:none;
	font-weight:bold;
}

input.countdown {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	width:300px;
	background-color:transparent;
	border-color:transparent;
	border-style:none;
	font-weight:bold;
}