/*
	Gold:   #C8AC0E	200	172	14
	Purple: #885EA9	136	94	169
	Grey:	#D7D7D7
*/

body{
	background-color: black;
	font-family: tahoma;
	font-size: 12px;
	color: white;

}

.normalText{
	color: white;
	font-family: tahoma;
	font-size: 12px;

}

.nav{
	cursor: hand;
}

A:link { 
	color: #C8AC0E;
	font-family: tahoma;
	font-size: 12px;

}       /* unvisited link */
A:visited { 
	color: #885ea9;
	font-family: tahoma;
	font-size: 12px;


}   /* visited links */
A:active { 
	color: #885ea9;
	font-family: tahoma;
	font-size: 12px;

}    /* active links */

.logo{
	position:absolute; 
	left:0px; 
	font-size:20pt; 
	visibility:hidden; 
	font-class:Times New Roman;
}

.orderForm{
	background-color: white;
	color: black;
	border: 1px solid gray;
	padding: 10px;
}

.mp3{
	color: navy;
	font-weight: bold;
}

/* added by Scott Bush of Triversal/Eliran on 23 Feb. 2004 to enable better search results */
h1 {
	font-size:		small;
	margin-bottom:	3px;
	margin-top:		0px;
}
h2 {
	font-size:		x-small;
	font-weight:	normal;
	margin-bottom, margin-top:	0px;
}