body{background-color: black; color: white;}

a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}

::-moz-selection { 
  color: black;
  background: white;
}

::selection {
  color: black;
  background: white;
}

hr{ 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #000, #8c8b8b, #000);
  background-image: -moz-linear-gradient(left, #000, #8c8b8b, #000);
  background-image: -ms-linear-gradient(left, #000, #8c8b8b, #000);
  background-image: -o-linear-gradient(left, #000, #8c8b8b, #000); 
}

hr.style-dash{   border-top: 1px dashed #8c8b8b;}
#.result-link { 	color:#FFDDEE;}

.searchTextBox {
  color: white;
  background: black;
}

