
body {
  FONT-FAMILY: Georgia, Arial, sans-serif;
}

A {
  COLOR: #000000;
  FONT-FAMILY: Georgia, Arial, sans-serif;
  FONT-SIZE: 99%;
}

A:hover {
  COLOR: #6a82a4;
  FONT-FAMILY: Georgia, Arial, sans-serif;
  FONT-SIZE: 99%;
  TEXT-DECORATION: none;
}

A:link {
  COLOR: #0000ff;
  FONT-FAMILY: Georgia, Arial, sans-serif;
  FONT-SIZE: 99%;
  TEXT-DECORATION: underline;
}

A:visited {
  color: #0000ff;
  FONT-SIZE: 99%;
  text-decoration: underline;
}

.section {
  COLOR: #000000;
  FONT-FAMILY: Georgia, Arial, sans-serif;
  FONT-SIZE: 130%;
  FONT-WEIGHT: bold;
  MARGIN-TOP: 20px;
  MARGIN-BOTTOM: 1px;
}

li {
  margin-bottom: 10px;
}

#playlist {
	border: 1px solid #666666;
}

#playlist tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

#playlist tbody tr.selected td {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
