﻿/*this is a class to style the design table*/
.LinksDesignTable {
	font-size:16pt;
	font-weight:bold;
	margin-bottom:10px;
	font-family:arial;
}
.TH, td, div
{

font-size: 20pt;

color: #ffffff;

font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;

}
.Normal
{
font-size: 15pt;
color: #ffffff;
font-weight: bold;
font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
}

a:link
{
font-size: 15pt;
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
}

a:hover
{
color: #ff0000;
text-decoration: underline;
}