a:link

{

	color: rgb(0,0,255);

	text-decoration: none; 

}

a:visited

{

	color: rgb(153,102,153); 

	text-decoration: none; 



} 

a:active 

{

	color: rgb(153,0,255);

	text-decoration: none; 



}

body

{

	font-family: Arial;

	font-size: 10pt;

	background-color: rgb(255,255,255);

	color: rgb(66,100,127);

}

table

{

	table-border-color-light: rgb(204,153,255);

	table-border-color-dark: rgb(102,0,102); 

}

h1, h2, h3, h4, h5, h6

{

	font-family: Arial;

}

h1

{

	color: rgb(2,118,253);

	font-size: 20pt;



}

h2

{

	font-size: 16pt;

	color: rgb(82,92,101); 

}

h3

{

	color: rgb #2b547e; 

}

h4

{

	color: rgb(51,102,51);

}

h5

{

	color: rgb(102,0,51);

}

h6

{

	color: rgb(51,102,51);

}