a:link
{
	color: #336699;   \\blue
}

a:visited
{
	color: #336699;   \\blue
} 

a:active 
{
	color: #FF0000;   \\red
}

a:hover
{
	color: rgb(255,128,128);   \\pink
	
}

body, p, td, th, li
{
	font-family: Arial, Helvetica;
	color: #003333;     \\black
	font-size: 10pt;
}

table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
	font-family: Arial, Helvetica;
	font-size: 10pt;
}

h1, h2, h3
{
	font-family: Arial,Helvetica;
	font-weight: bold;
}

h1
{
	font-size: 18pt;
	color: #0066CC;   \\darkblue
}

h2
{
	font-size: 14pt;
	color: rgb(255,117,34);  \\orange-red
}

h3
{
	font-size: 10pt;
	color: rgb(55,185,00);  \\green
}

#button a {font-family: Arial; font-style: normal; font-size: 10pt; font-weight:bold; text-align:center; color:#FFCC00; text-decoration: none}
#button a:hover{font-family: Arial; font-style: normal; font-size: 10pt; font-weight:bold; text-align:center; color:#FFFFFF; text-decoration: none}