body {
	background-color: #4d4d4d;
	background-image: url(../images/link_bg.png);
	background-repeat: repeat-x;
}


.links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 20px;
	color: #FFF;
	padding-right: 32px;
	padding-left: 32px;
	text-shadow: 4px 4px 5px #000;
	text-decoration: none;
}
.links a:hover {
	color: #409ff4;
}
