a:link
{
	color: rgb(51,153,51); 
}
a:visited
{
	color: rgb(255,102,0); 
} 
a:active 
{
	color: rgb(0,0,255);
}
body
{
	font-family: Georgia, Verdana, Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(102,102,102);
	font-size: 12pt

}
table
{
	table-border-color-light: rgb(153,153,153);
	table-border-color-dark: rgb(51,51,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(153,51,204);
	font-size: 18pt;
}
h2
{
	color: rgb(0,102,255); 
	font-size: 18pt;
}
h3
{
	color: rgb(153,51,204); 
	font-size: 14pt;
}
h4
{
	color: rgb(0,102,255);
	font-size: 14pt;
}
h5
{
	color: rgb(153,51,204);
	font-size: 12pt;
}
h6
{
	color: rgb(0,102,255);
	font-size: 12pt;
}

.wrkshpstatus 
{ 
    color: rgb(255,0,153);
    font-style: italic;
}