/* --- standard --- */
body {
	background: #000;
	font: 12px Arial, Verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	}
a {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	color: #b0003e;
	text-decoration: none;
	}
img {
	border: none;
	}

/* --- main --- */
.left-box {
	font: 10px/20px Arial, Verdana, sans-serif;
	color: #fff;
	}
.right-box {
	font: 10px/20px Arial, Verdana, sans-serif;
	color: #fff;
	}

/* --- miscellaneous --- */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	}
.left { float: left !important }
.right { float: right !important }
.bold { font-weight: bold !important }
