
/* Testi */


html, body{
	
	color: #333333;
	font-size: 12pt;
	font:Helvetica;
	font-style:normal;
	text-align:justify;
	font-weight:500;
	
	}

.bottom{
	
	color: #333333;
	font:Helvetica;
	font-size: 10pt;
	font-style:italic;
	font-weight:500;
	}
	
.pdf{
	
	color: #FFFFFF;
	font:Helvetica;
	font-size: 14pt;
	font-style:italic;
	font-weight:500;
	
	}


a:link{
	text-decoration: none;
	color: #993366;
	}

a:visited{
	text-decoration: none;
	
	}

a:hover{
	
	text-decoration: none;
	color: red;
	}




