div#shortcut {
	margin: 0px;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	height:200px;
}
div#shortcut a {
	color: #999;
}

div#shortcut a, a:active {
	color:#999;
	background-color: transparent;
	text-decoration: none;
}
div#shortcut a:hover {
	color: #fafafa;
	background-color: transparent;	
	letter-spacing: 0px;
}
div#shortcut h1 {
	display: none;
	margin:0px;
}

div#shortcut h2 {
	color: #ccc;
	font-size: 1em;
	margin:0px;
	margin-bottom: 5px;
}
div#shortcut .column {
	padding: 10px;
	background-color: transparent;
	float: left;
}
div#shortcut ul {
	font-size: 0.6em;
	line-height: 1em;	
	list-style:none;
	margin: 0px;
	padding:0px;
}
div#shortcut li {
	display:block;
	line-height: 1em;
	margin: 0px;
	padding:0px;
	padding-left: 5px;
}