﻿div.links
{
	margin:0px auto;
	width:800px;
}
table.links
{
	width:780px;
}
tr.links
{
	width:100%;
}
td.links
{
	font-size:10pt;
	font-family:"ARIAL NARROW";
	text-align:center;
}
a.links
{
}
img.links
{
	width:200px;
	height:50px;
}
img.links:hover
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:.7;
}
