/* THIS IS A TEST */

a:link
{
	color: rgb(255, 204, 204); 
}
a:visited
{
	color: rgb(255, 204, 204); 
} 
a:active 
{
	color: rgb(255, 204, 204);
}
body
{
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	color: rgb(255, 204, 204);
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204);
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Tahoma;
	color: rgb(255, 204, 204);
}
h1
{
	font-size: 14pt;
}
h2
{
	font-size: 12pt;
}
h3
{
	font-size: 10pt;
}
h4
{
	font-size: 10pt;
}
h5
{
	font-size: 10pt;
}
h6
{
	font-size: 10pt;
}