body {
	background-color : black;
	color : white;
	font-family : "Futura Lt BT", Futura, Verdana, Arial, sans-serif;
}

.links-section {
	font-size : 110%;
	font-weight : bold;
}

.links-item-link {
	font-size : 90%;
	padding-bottom : 15px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover { 
	text-decoration: underline;
}


