BODY {
   background-color: rgb(30,30,30); /*rgb(210,230,255);*/
   color: rgb(0,255,0);
}

a:link { color: rgb(0,255,0); }
a:visited { color: rgb(170,170,170); font-weight: bold; }

H1 {
    font-family: sans-serif;
    font-size: 16pt;
    font-style: italic;
}

H2 {
   font-family: sans-serif;
   font-style: italic;
}

TABLE P {
   border: 0px;
   margin: 0px;
}

TABLE {
   padding: 0px;
   border: 0px;
   margin: 0px;
}

/*TR a:link { color: rgb(0,100,0); }*/

TR.title {
   font-family: sans-serif;
   background-color: rgb(0,170,0);/*#FFE89B;*/
   color: black;
}

TR.normal {
    font-family: sans-serif;
    background-color: rgb(80,80,80); /*white;*/
    padding: 0;
    margin: 0;
	color: white;
	font-weight: bold;
}

TR.highlight {
    font-family: sans-serif;
    background-color: rgb(40,45,45);
    padding: 0;
    margin: 0;
	color: white;
	font-weight: bold;
}

.directory {
   font-family: sans-serif;
   font-weight: bold;
}

.subdirectory {
   font-family: sans-serif;
   font-size: 12pt;
   font-weight: bold;
}

.subdirbuttons {
   font-family: sans-serif;
   font-size: 10pt;
}

IMG.subdir {
  vertical-align: middle;
}

P {
   font-family: sans-serif;
   background-color: transparent;
}

A {
   font-family: sans-serif;
   background-color: transparent;
}


INPUT {
    font-family: sans-serif;
    background-color: white;
}

DIV  {
  font-family: sans-serif;
  background-color: rgb(0,200,0); /*white;*/
}
DIV a:visited,DIV a:link { color: black };

ADDRESS {
  font-family: sans-serif;
}

.playlist {
  background-color: rgb(255,0,0); /*#FFE89B;*/
}
A.playlist {
  background-color: rgb(255,0,0); /*#FFE89B;*/
/*  background-color: transparent;*/
  font-style: italic;
}
