/*
  CCS1 style sheet for result application (D4GOA style)
*/
/* Previously FONTSIZE_BODY, COLOR_BG, COLOR_TEXT */
BODY { font-family: Arial, Verdana, Sanf-serif;
       font-weight: bold; font-size: 12pt;
       background-color: rgb(0,102,255);
       color: white; }
.roadsign_blue { color: rgb(0,102,255) }
.roadsign_yellow { color: rgb(255,204,51) }
.roadsign_red { color: rgb(255,0,51) }
.roadsign_green { color: rgb(0,153,0) }
.roadsign_orange { color: rgb(217,118,23) }

/* Previously COLOR_LINK, COLOR_VLINK, COLOR_ALINK */
A:link { color: yellow; text-decoration: underline; }
A:visited { color: yellow; text-decoration: underline; }
A:active { color: red; }
A:hover { color: rgb(217,118,23); text-decoration: underline; }

/* Previously COLOR_HEAD */
TABLE.header_tbl TR { background-color: rgb(55,135,255) }
/* Previously FONTSIZE_HEAD */
TABLE.header_tbl TR TH { font-size: larger; text-align: center; color: rgb(255,204,51) }

TABLE.range_tbl TR { background-color: rgb(55,135,255) }
TABLE.range_tbl TR TD { font-size: larger; color: orange }

/* Previously COLOR_ODD */
TABLE.result_tbl TR.data_odd { background-color: rgb(0,102,255) }
TABLE.result_tbl TR TD { font-size: smaller; font-weight: bold }
/* Previously COLOR_EVEN */
TABLE.result_tbl TR.data_even { background-color: rgb(55,135,255) }

/* Previously COLOR_FOOT */
TABLE.links { background-color: rgb(55,135,255); text-align: center }
TABLE.links TR TD { font-size: smaller }

/* Previously FONTSIZE_WINNER */
DIV.winner { font-size: 24pt; text-align: center; margin-top: 5cm }