
h1		{
		font-family:'Gilda Display';
		font-size:24pt;
		color:navy;
		}
		
h2		{
		font-family:'Gilda Display';
		font-size:18pt;
		color:navy;
		}
		
h3		{
		font-family:'Gilda Display';
		font-size:14pt;
		color:purple;
		}
		
h4		{
		font-family:'Gilda Display';
		font-size:11pt;
		color:purple;
		}
		
body	{
		font-family:'Open Sans','sans-serif';
		font-size: 12pt;
		font-weight: 400;
		color: black;
		line-height: 150%;
		}
		
dt	{
		font-size: 12pt;
		font-weight: bold;
		}
		
pre,
tt		{
		font-size:10pt;
		}
		
.grid	{
		text-align:center;
		height:20px;
		width:20px;
		background-color:white;
		cursor:pointer;
		}
		
.green	{
		color: #008000;
		font-style: italic;
		font-weight: bold;
		}
		
.purple	{
		color: purple;
		font-size: 14pt;
		}
		
.purple2	{
		color: purple;
		font-size: 12pt;
		font-weight: bold;
		}
		
.hi		{
		color: green;
		font-size: 16pt;
		font-weight: bold;
		}
		
.hi2	{
		color: green;
		font-size: 13pt;
		font-weight: bold;
		}
		
.mand	{
		background-color: #FFFFAA;
		}
		
.pad	{
		padding-left:3px;
		padding-right:3px;
		}

a:link,
a:visited	{ text-decoration:none; color:navy; }
a:hover		{ text-decoration:underline; color:navy; }

a.ul:link,
a.ul:visited	{ text-decoration:underline; color:navy; }
a.ul:hover		{ text-decoration:underline; color:blue; }

a.grp:link,
a.grp:visited	{ text-decoration:none; color:black; font-weight:bold; }
a.grp:hover		{ text-decoration:underline; color:black; font-weight:bold; }

a.menu:link,
a.menu:visited	{ font-family:Gilda Display; text-decoration:none; font-size:12pt; color:#402814;  }
a.menu:hover	{ font-family:Gilda Display; text-decoration:none; font-weight:bold; font-size:12pt; color:#ff7f00;}
