/* CSS Document */

body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999;
}
#tabled {
	border: 3px solid #999;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
#leftbox {
	width: 50%;
}
#rightbox {
	width: 50%;
}
.images {
	margin: 15px;
	padding: 2px;
	border: 1px solid #999;
}
.small {
	font-size: 10px;	
	font-weight: none;
	text-align: center;
}

a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}