body{
	color:#FFF;
	background: #000;
}

a:link, a:visited {
	color:#666;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: none;
	border-bottom: thin dotted #666;
	width: auto;
	padding: 5px;
}
a:hover{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#leftcolumn ul{
	color: #CCC;
	text-decoration: none;
	list-style: none;
}
