﻿#FriendLink #txtdiv
{
	text-align: center;
	overflow: hidden;
}
#FriendLink table
{
	margin-left:auto;
	margin-right:auto;S
	}
#FriendLink a:link, #FriendLink a:visited, #FriendLink a:active
{
	color: Black;
	text-decoration: none;
}
#FriendLink a:hover
{
	color: Red;
	text-decoration: underline;
}
#FriendLink #imgdiv
{
	text-align: center;
	overflow: hidden;
}
#FriendLink img
{
	height: 45px;
	width: 120px;
	border: none;
}
#FriendLink #imgdiv td
{
	width: 125px;
	text-align: center;
}
#FriendLink #txtdiv td
{
	font-size: 12px;
	text-align: center;
}
