@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Artist_Menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Main_Menu {font-family: Arial, Helvetica, sans-serif}
.Content {color: #FFFFFF}

/* Links */
a, a:visited, a:active {
  color: #971717;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #4B1010;
  text-decoration: none;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: none;
}

a.drop, a.drop:visited, a.drop:active {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}

a.drop:hover {
    color: #000000;
  text-decoration: none;
    font-weight: normal;
}

a.latest, a.latest:visited, a.latest:active {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

a.latest:hover {
    color: #000000;
  text-decoration: none;
    font-weight: bold;
}

a.logged, a.logged:visited, a.logged:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

a.logged:hover {
    color: #ffffff;
  text-decoration: none;
    font-weight: normal;
}
