/* CSS Document */


body  { margin : 0px; background: white }

td  { font-family : Verdana, Arial, sans-serif; font-style: normal; font-size: 11px; line-height: 18px; color : #666 }

h1 { font-family : Verdana, Arial, sans-serif; font-style: normal; font-size: 13px; line-height: 18px; color : #5c599e}

.lessLeading  { font-family : Verdana, Arial, sans-serif; font-style: normal; font-size: 11px; line-height: 16px; color : #666 }

.head  { font-family : Verdana, Arial, sans-serif; font-style: normal; font-size: 12px; line-height: 16px; color : #666 }

.links  { font-family : Verdana, Arial, sans-serif; font-style: normal; font-size: 10px; line-height: 15px; color : #666 }

.linksBold  { font-family : Verdana, Arial, sans-serif; font-style: normal; font-size: 10px; line-height: 14px; color : #608257 }

#footer {
  color: #afafaf;
}

#albumHeader {
  color: #5c599e;
  font-size: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
}

#trackList {
  color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
}

input.button {
  color: #fff; background: #0034D0;
  font-size: .8em;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: solid 1px #ffcf31;
}

A:link    { color: #5c599e  }
A:visited { color: #5c599e  }
A:hover   { color: #6f84d4  }
A:active  { color: #91BA94  }
A:link, A:visited, A:active { text-decoration: none }
