a:link
{
	color: #008000;
}
a:visited
{
	color: #008000;
} 
a:active 
{
	color: rgb(153,153,153);
}
body
{
	font-family: Verdana,Arial;
	font-size: 12;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(255,255,255);
	font-size: 12;
	font-family: Verdana, Arial;
	color: rgb(0,0,0);
}
p, h1, h2, h3, h4, h5, h6, div
{
	font-family: Verdana, Arial;
	color: rgb(0,0,0);
}
p, div
{
	color: rgb(0,0,0);
	font-size: 12;
}

h1
{
	color: rgb(0,0,0);
	font-size: 18;

}
h2
{
	color: rgb(255,153,51);
	font-size: 16;

}
h3
{
	color: rgb(255,153,51);
	font-size: 14;

}
h4
{
	color: rgb(255,153,51);
	font-size: 12;

}
h5
{
	color: rgb(255,153,51);
	font-size: 10;

}

h6
{
	color: rgb(255,153,51);
	font-size: 8;

}