/* CSS for:                       */
/*                                */
/* HOOPS, LINE AND SINKER website */
/*                                */
/* - LIVE/ACTIVE pages            */

/* CUSTOM CLASSES: BODY  */
body {
     background-color: "#FF9900"; /* ORANGE */
     }
body.HEADER {
     background-color: "#FF9900"; /* ORANGE */
            }
body.COVER {
     background-color: "#FF9900"; /* ORANGE */
            }
body.INDEX {
     background-color: "#FF9900"; /* ORANGE */
           }
body.BODY {
     background-color: "#6699CC"; /* BLUE */
     padding: 0.5em;
          }
body.TABLE {
     font-family: "Courier New", Courier, monospace;
           }
body.REPORT {
     background-color: "#CCCCCC"; /* LIGHT GRAY */
            }
body.INACTIVE {
     background-color: "#999999"; /* GRAY */
              }
/* */

/* CUSTOM CLASSES: DIV  */
div.HEADER {
         background-color: "#FF9900"; /* ORANGE */
         border: solid thin black;
         padding: 0.5em;
            }
div.HEADER-0 {
         background-color: "#FF9900"; /* ORANGE */
         border: solid thin black;
         padding: 0em 1em 0em 1em;
            }
div.INACTIVE {
     background-color: "#999999"; /* GRAY */
              }
/* */

address {
         background-color: "#FF9900"; /* ORANGE */
         border: solid thin black;
         padding: 1em;
        }

pre {
     font-family: "Courier New", Courier, monospace;
    }

/* CUSTOM CLASS: A */
a.TERM { font-weight: BOLD; text-decoration: none; }
/* */

p { text-indent: 0em }

dl { text-indent: 0em }
dt { text-indent: 0em }
dd { text-indent: 0em }

