﻿ul.links
{
	margin-bottom: 20px;
	margin: 0;
}

ul.links li
{
	text-align: center;
	list-style-type: none;

	float: left;
	width: 200px;
}

ul.links li a
{
	text-decoration: none;
	font-size: x-small;
	color: #888;
	
	display: block;
	padding: 5px 10px 5px 0;
	border: solid 1px white;
	height: 55px;
}

ul.links li a:hover
{
	background-color: #eee;
	border-color: #666;
}

ul.links li a label
{
	display: block;
}

.margemlinks
{
	margin: 0 0 0 -45px;
}