.stats {
	font-size: 0.8em;
	text-decoration: underline;
}

.wall:before {
	font-family: 'Times New Roman', Times;
	content: '• ';
}

.wall:after {
	font-family: 'Times New Roman', Times;
	content: ' •';
}

td { text-align: center; }

.user_name {
	font-variant: small-caps;
	font-family: Times;
}

.profil {
	border: none;
	margin: auto;
}

.profil td {
	border: 1px solid #4F4A4A;
	width: 600px;
	text-align: left;
	padding: 0px;
	padding-left: 5px;
}.profil td:hover {
	border: 1px solid #8FA3FF;
}

.profil2, .profil2 td{
	border: none;
}.profil2 td:hover {
	border: none;
}

