a:link
{
	color: rgb(0,0,120);
	text-decoration: none
}
a:visited
{
	color: rgb(0,0,120);
	text-decoration: none
} 
a:active 
{
	color: rgb(0,0,120);
	text-decoration: none
}
body
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}
table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-align:justify;
}
h4
{
	font-style: small-caps;
}