﻿/*this is a class to style the design table*/
.LinksDesignTable {
	font-size: 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-variant: small-caps;
	line-height: 15px;
	font-weight: 300;
}

