.Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	font-size: 10px;
}
.Menu {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}
body {
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/PearlJamAliveBG.gif);
}
a:visited {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	font-size: 16px;
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;	
}
a:link {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;	
}
a:hover {
	font-size: 16px;
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;	
}
a.Menu:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FF6600;
	font-weight: normal;
	text-decoration: none;
}
a.Menu:active {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;	
}
a.Menu:link {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;	
}
a.Menu:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;	
}
.CurrentlyOwn {
	color: #FF0000;
}
.InWorks {
	color: #FFFF00;
}
.LookingFor {
	color: #00FF00;
}
