/* CSS Document 
	grey middle				(body bg)				#303030
	text kahki										#f1dbb1
	text green										#b3cc19
	text grey										#e1e1e1
	text red										#ba3333
*/

.links_table {
	background-color:			#303030;
	width:						650px;
	margin-left:				auto;
	margin-right:				auto;
	border-collapse:			separate;
	padding:					25px;
}

table a:link{
	color:					#b3cc19;
	text-decoration:		none;
}
table a:visited{
	color:					#ba3333;
	text-decoration:		none;
}

table a:hover {
	color:					#e1e1e1;
}
table a::vistied:hover {
	color:					#b3cc19;
}
th {
	padding-top:				10px;
}