a:link /* unvisited link */
{
	color: #0101DF;  /* Dark Blue */
}
a:visited /* visited link */
{
	color: #CC3300; /* Some red */
}
a:hover /* mouse over link */
{
	color: #00CC99;  /* Blue green */
}
a:active /* selected link */
{
	color: #0000FF;
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: Arial;
	font-size: 12pt; font-weight:bold; /* added semicolon */
}
h1
{
	font-family: Arial;
	font-size:18pt; font-weight:bold
}
h2
{
	font-family: Arial;
	font-size:14pt; font-weight:bold 
}
h3
{
	font-family: Arial;
	font-size:12pt; font-weight:bold 
}
h4
{
	font-family: Times New Roman;
	color: #000000;font-size:14pt; font-weight:bold
}
h5
{
	font-family: Times New Roman;
	color: #000000;font-size:12pt; font-weight:bold
}
h6
{
	font-family: Times New Roman;
	color: #FF0000;font-size:14pt; font-weight:bold
}

p            
{ 
	font-family: Arial; font-size: 12pt; font-weight: bold
}
/* td
{
	font-family: Arial; font-size: 12pt; font-weight: bold
} */