.literal   { color : green ; font-family : monospace; }
.variable  { color : blue  ; font-style  : italic;    }
.directive { color : red   ; font-weight : bold       }
.template  { color : gray  ; font-family : monospace; }
.unknown   { color : gray  ; font-style  : italic;    }

th.bar { background : #000099; color : #ffff00; }
td.bar { background : #3333ff; color : #ffff00; }

.bar:link    { color : #ffff33; }
.bar:visited { color : #ffff33; }
.bar:hover   { color : #00ffff; }

.top_1 { background : #ffcccc; color : #003333; }
.top_2 { background : #ff0000; color : #00ffff; }
.top_3 { background : #330000; color : #99ffff; }

.row_1 { background : #ccffcc; color : #330033; }
.row_2 { background : #00ff00; color : #ff00ff; }
.row_3 { background : #003300; color : #ff99ff; }

.col_1 { background : #ccccff; color : #333300; }
.col_2 { background : #0000ff; color : #ffff00; }
.col_3 { background : #000033; color : #ffff99; }

.dat_1 { background : #ccffff; color : #330000; }
.dat_2 { background : #00ffff; color : #000000; }
.dat_3 { background : #003333; color : #99ffff; }

.dat_t { background : #ccffff; color : #330000; }
.dat_r { background : #ccccff; color : #333300; }
.dat_c { background : #ccffcc; color : #330033; }

.star { background : #000000; color : #ffff99; }

.star:link    { background : #000000; color : #ffff99; }
.star:visited { background : #000000; color : #ffff99; }
.star:hover   { background : #000000; color : #00ffff; }

/*
body {
   background-color: white;
   background-image: url(img/crap.png);
   background-position: 0 0;
   background-repeat: no-repeat;
   background-attachment: fixed;
}
*/

.inline {
	display : inline ;
}
