BODY
{ 
	color: #AAAAAA;
	background-color: #000000; 
	font-family:arial;
	font-size:12px;
}

A:link 
{ 
	color:white; 
	text-decoration:none;
}

A:visited 
{ 
	color:white;
	text-decoration:none;
}

A:hover 
{ 
	color:gold;
	text-decoration:none;
}

IMG
{
 	border-style: none;
}

.transcript
{
	color:#AAAAAA;
	font-family:arial;
	font-size:22px;
	text-decoration:none;
	background-color:transparent;
	cursor:hand;
} 

.transcriptHighlight
{
	color:black;
	font-family:arial;
	font-size:22px;
	text-decoration:none;
	background-color:yellow;
	cursor:hand;
} 

.info
{
	color:#AAAAAA;
	font-family:arial;
	font-size:12px;
}

.button
{
	background-color: transparent;
	text-decoration:none; 
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
}
	
.buttonHighlight
{
	background-color: black;	
	text-decoration:none; 
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
}

.menu 
{
	background-color: transparent; 
	text-decoration: none; 
	font-size:12px;
	font-family:arial;
}

.password
{
	background-color:black;
}





