A:link, A:visited, A:active
{
	color: #663300;
	text-decoration: none;
}

A:hover
{
	color: #003366;
	text-decoration: underline;
}

.hText:link, .hText:visited, .hText:active
{
	color: #663300;
	text-decoration: none;
}

.hText:hover
{
	color: #003366;
	text-decoration: none;
}

.hMail:link, .hMail:visited, .hMail:active
{
	color: #003366;
	text-decoration: none;
}

.hMail:hover
{
	color: #003366;
	text-decoration: underline;
}

.hDemo:link, .hDemo:visited, .hDemo:active
{
	color: #111122;
	text-decoration: none;
	border-color: black;
	margin: 0pt;
}

.hDemo:hover
{
	color: #111122;
	text-decoration: underline;
	border-color: red;
	margin: 0pt;
}

body {
    color: #663300;
    background-color: white;
/*    background-color: #F5F1E0; */
    font-family: 'Arial, Helvetica';
    margin: 0pt;
}

table
{
	color: #663300;
	font-family: 'Arial, Helvetica';
}

H1
{
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0pt
}

H2
{
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
}

H3
{
	color: #663300;
	font-family: 'Arial, Helvetica';
	font-size: 12pt;
	font-weight: bold;
	margin: 10pt 0pt; 
}

H4
{
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0pt
}

H5
{
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	margin: 0pt
}

H6
{
	color: #F5F1E0;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	margin: 0pt;
}