a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(170,0,170); 
} 
a:active 
{
	color: rgb(255,0,0);
}
body
{
	font-family: Times New Roman, serif;
	font-size: 12pt;
	margin-top:20; 
	margin-bottom:0

}
table
{
	table-border-cellpadding: 5;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial, Helvetica;
}
h1
{
	font-size: 24pt;
	font-weight: bold;
	color: rgb(255,0,0); 
	margin-top:3; 
	margin-bottom:3
}
h2
{
	color: rgb(00,170,0);
	font-size: 14pt;
    font-weight: bold;
	margin-top:3; 
	margin-bottom:0
 
}
h3
{
	color: rgb(0,170,0); 
	font-size: 12pt;
    font-weight: bold;
	margin-bottom:0
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}
p
{	margin-top: 6;
	margin-bottom: 0 }