#radial-center {
  /* fallback */
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;

  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#000000), to(#051A32));

  /* Safari 5.1+, Chrome 10+ */
background: -webkit-radial-gradient(center top, circle, #000000, #051A32);

  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #000000, #051A32);

  /* IE 10 */
  background: -ms-radial-gradient(circle, #000000, #051A32);

  /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */
}

.musiclnkdesc {
	color:silver;
	font-family:Tahoma;
	font-size:12px;
	padding-top:8px;
}

.musicyeardesc {
	color:silver;
	font-family:Tahoma;
	font-size:12px;
	padding-bottom:10px;
}

.h2_title {
	font-size:1.5em;
	font-weight:400;
	padding-top:1em;
	color:rgb(238,238,238);
	padding-bottom:12px;
	font-family:Tahoma;
	margin-left:20px;
	text-align:left;
}
html, body {
	min-height:100%;
	font-family:Tahoma;
	color:white;
}
body a {
	text-decoration:none;
        color:white;
}
body a:hover {
	text-decoration:underline;
	color:lightblue;
}
a, a img {
        border:0px;
}
.compilation {
	background-color:rgba(255,255,255,.15);
	margin:0px 10px;
	text-align:left;
	color:white;
	font-family:Tahoma;
	font-size:16px;
	line-height:150%;
}
.compilation a {
	color:white;
}
.hidden {
	display:none;
}
a.menulnk {
	color:gray;
	font-family:Tahoma;
	font-size:22px;
	line-height:120%;
	display:inline-block;
	padding:0;
	background: -webkit-linear-gradient(#C0C0C0, #808080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom:2px solid transparent;
}
a.menulnk:hover {
	cursor:pointer;
	color:#CED6E0;
	background: -webkit-linear-gradient(#CED6E0, #547192);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom:2px solid #CED6E0;
  text-decoration:none;
}
.menulnks {
	 background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.menulnk.selected {
	color:#98AABE;
	background: -webkit-linear-gradient(#CED6E0, #547192);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  border-bottom:2px solid #547192;
}