H1 	{
	color: red;
	text-align: center;
	font-size: 20pt;
	} 
H2 	{
	color: purple;
	font-size: 12pt;
	font-style: italic
	}
A:link  {
	color: blue;
        font-style: italic;
	font-weight: bold
	}
A:visited {
		color: teal;
		font-style: italic;
		font-weight: bold
	  }
BODY 	{
	background-image: url("../../../image/background/bckgrnd_01010.gif");
	font-family: Arial, Times;
	font-size: 10pt
	}
P 	{
   	text-align: justify
 	}
P:first-letter {font-weight: bold}
ul	{
	font-size: 10pt;
	}

table	{
	font-size: 10pt;
	}
