body {
	background: #000000;
	color: #a0a0a0;
	font-family: "Lucida Console";
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10%; 
	margin-right: 10%; 
}
a:link {
	color: #7a72cd;
	text-decoration: none;
}
a:visited {
	color: #7a72cd;
	text-decoration: none;
}
a:hover{
	color: #a0a0a0;
	text-decoration: none;
}
img { border: 0px; }
div {
	/* display: block;
	width: 100%; */
	clear: both;
}
span { display: block; }
.light { color: #91d7ff; }
.dark { color: #7a72cd; }
.left { text-align: left; }
.right { text-align: right; }
.crop {
	width: 95%;
	padding-left: 16px;
}
hr {
	margin: 5px 0px;
	border: 0;
	width: 100%;
	height: 1px;
	color: #7a72cd;
	background-color: #7a72cd;
	display: block;
	clear: both;
}
.floatleft { float: left; }
.center {
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.collapse { display: inline; }
.nowrap{ white-space: nowrap; }