BODY { background-color: green }
BODY { color: #FFFF00 }

P { font: 700 12pt Arial, Helvetica, sans-serif}
P { color: #FFFF00 }
P { text-align: center}
P { vertical-align: middle}

H1 { font: bold 20pt Arial, Helvetica, sans-serif }
H1 { color:yellow}
H1 { border: groove red 4px}
H1 { text-align: center}
H1 { vertical-align: middle; border: thick #FFFF00 ridge}

H2 { font: bold 16pt Arial, Helvetica, sans-serif }
H2 { color:red}
H2 { text-align: center}
H2 { vertical-align: middle; }

H4 { font: bold 8pt Arial, Helvetica, sans-serif }
H4 { color:yellow}
H4 { text-align: center}
H4 { vertical-align: middle}

H5 { font: bold 12pt Arial, Helvetica, sans-serif }
H5 { color:red}
/*H5 ( border: thick #FFFF00 groove}*/
H5 { text-align: center}
H5 { vertical-align: middle}

H6 { font: bold 12pt Arial, Helvetica, sans-serif }
H6 { color:red}
H6 { text-align: center}
H6 { vertical-align: middle; background-color: #FFFFFF}

TH { font: 500 14px Arial, Helvetica, sans-serif; background-color: #00FF66; color:black}
td{ color: #FFFF00 }
td, th { text-align: center}
td, th { vertical-align: middle}
TD { font: 700 14px Arial, Helvetica, sans-serif; background-position: center} 
TD.stats { 
	text-align: center; 
	vertical-align: middle; 
	font-weight: bold ;
}
TD.smlr { font-size:smaller }

TABLE { vertical-align: middle; border: thick #FFFF00 groove}
TABLE { text-align: center}

MARQUEE { font: bold 12pt Arial, Helvetica, sans-serif }
MARQUEE { color:red}
MARQUEE { text-align: center}
MARQUEE { vertical-align: middle}

A            { color: yellow }
A:hover      { color: red   }
A.scorebook  { color: yellow ; text-decoration:none }

.ERRCOLOUR   { color: red}
.HIGHCOLOUR  { color: white }
.INKCOLOUR   { color: YELLOW }
.PAPERCOLOUR { color: GREEN }
.LEFT        { text-align: left }
.RIGHT       { text-align: right }
.LITEFONT    { font-weight: lighter; font-size: smaller }
.inputltblue {  color: blue; background-color: #CCFFFF; text-align: center; font-size: 10px; font-weight: bold}
.inputwhite  {  color: black; background-color: white}
.inputyellow {  color: red ; background-color: yellow; text-align: center; font-size: 10px; font-weight: bold}
.inputgrey   {  color: black; background-color: gray} 
.inputpaper  {  font-family: Arial, Helvetica, sans-serif; font-weight: 700; color: yellow; background-color: green}
.noinput     {  font: bold 10pt Arial, Helvetica, sans-serif; color: yellow; background-color: green; border: 0px; text-align: center}
.TOPTABLE {  border-color: #00FFFF black black; border-top-width: thick; border-bottom-width: 0px}