body {
	background-color:#030;
}

a {
	color: #666;
	text-decoration: none;
}

.content {
	border: 2px solid #666;
	background-color: #FFF;
	color: #666;
	width: 400px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	font-family: "verdana", sans-serif;
}

.title {
	font-weight: bold;
	color: #333;
	font-size: 22pt;
	margin: 10px;
}

.subtitle {

}

.links {
	list-style-type: none;
	margin-left: 0px;
	border-top: 5px solid #999;
	margin-top: 0px;
}

.link {
	margin-top: 20px;
	clear: both;
	height: 64px;
	margin-left: -15px;
}

.link-icon {
	vertical-align: text-top;
	float: left;
	margin-right: 10px;
}

.link-title {
	font-size: 18px;
	font-weight: bold;
}

.link-desc {
	font-size: 12px;
}
