body {
  background-image:url(../img/write018.jpg);
  background-attachment: fixed;
  font-family: "MS PGothic";
  padding:0;
  margin:0;
  font-size:14px;
  }

.cdcont {
  display:inline-block;
  /*filter:saturate(1.1);*/
  }

.cdthumb {
  width:200px;
  }
  
::-moz-selection {
  color: lightgrey;
  background: #1f231e;
}

::selection {
  color: lightgrey;
  background: #1f231e;
}
  
a {
  color:black;
  }
  
a:visited {
  color:black;
  }
  
a:hover {
  text-shadow: 0px 0px 2px firebrick;
  filter:drop-shadow(0px 0px 2px firebrick);
  }
  
a:active {
  color:black;
  }
  
a.nav {
  text-decoration:none;
  }
  
.tooltip {
  height:150px;
  display: inline-block;
  position:relative;
  left:691px;
  top:287px;
  }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: -500px;
  left: 1005%;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}