/* Qubit Homepage CSS */
.InfoTitle {
	cursor:		hand;
	color:		#c0c0f0;
	font-size:	1.2em;
}
.InfoDiv {
	display:	'';
	text-align:	right;
	font-size:	1em;
}

Span.Genre {
	filter:		Alpha(opacity=100,finishOpacity=20,style=1);
	font-size:	2em;
	width:		40%;
	font-family:	'Copperplate Gothic Light,Matisse ITC,Century Gothic,monospace';
}

Body {
	font-family: Verdana,monospace;
	background-color: #000020;
}
B.it {
	font-family: Lucida handwriting,cursive;
}

A	{
	font-family: Verdana,monospace;
}
A:link,A:visited,A:active {
	text-decoration: none;
	color: #c0c0f0;
}
A:hover {
	text-decoration: underline;
	color: #f0c020;
}
