/* Qubit Software Information CSS */

Body {
	color:			#fffff0;
	background-color:	black;
	background-repeat:	repeat;
	font-family:		Verdana,monospace;
}
.Env {
	font-family:	Verdana,monospace;
	color:		#f060c0;
}
.Version {
	font-family:	Century Gothic,Courier;
	color:		#f0ffa0;
	font-size:	12pt;
}
.AppTitle {
	font-family:	Comic Sans MS,Courier;
	color:		#f0c040;
	font-size:	24pt;
}
.Contents {
	vertical-align:		middle;
	font-weight:		bold;
	width:			90%;
	line-height:		1.2em;
	color:			#40ff40;
	background-color:	#000050;
	border-bottom:		solid blue 0.05em;
	font-size:		14pt;
	margin-bottom:		0.5em;
}
.Indent {
	margin-left:	5%;
}

A.Menu {
	font-family:	Copperplate Gothic Light,monospace;
	font-size:	10pt;
}
A.Title {
	font-family:	Copperplate Gothic Light,monospace;
	color:		#f0c080;
	font-size:	10pt;
}


A:link,A:visited,A:active {
	text-decoration: none;
	color: #6080f0;
}
A:hover {
	text-decoration: underline;
	color: #f0f080;
}

