﻿a:link
{
	color: rgb(250,250,250); 
}
a:visited
{
	color: rgb (250,250,250);  
} 
a:active 
{
	color: rgb(153,0,204);
}
body
{

 	color: rgb(0,0,0);
	font-family: Arial;
	font-size:10pt
}

table
{
	table-border:(4)
	table-border-color: rgb(51,102,153);
	table-border-color-light: rgb(153,204,153);	
	table-border-color-dark: rgb(153,204,153); 
	
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;

}
h1
{
	color: rgb(153,0,51);
		font-size: 14pt;
		font-weight: bold; 
}
h2
{
	font-family: Arial, Helvetica;
	color: rgb(128,0,0);
		font-size: 12pt;
		font-weight: bold; 
}
h3
	color: rgb(0,0,0);
		font-size: 9pt;

}
h4
{
	color: rgb(0,0,0);
		font-size: 8pt;
		font-weight: normal; 
}
h5
{
	color: rgb(0,0,0);
		font-size: 6pt;
		font-weight: normal  
}
h6
{
	color: rgb(153,153,51);
}