@media screen {

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #9933FF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 1em;
	margin-bottom:.0001pt;
	margin-left:0cm; margin-right:0cm; margin-top:0cm;

}
a {
	font-weight: bold;
	font-size: 1em;
}
	 
  
  #text {
  	margin-right: 0.5em;
}
   #text .name {
   text-align: center;
   margin-bottom: 1em;
   margin-top: 1.1em;
   font-weight: bold;

    }
	
  #text h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  }
  
 #text h2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  }
    
   #text p {
    text-align: justify;
    margin: 0.5em;
	text-indent: 1.5em;
  }
  
   #text .centr {
   text-align:center;
   }
   
   #text .av {
   text-align: right;
   font-weight: bold;
   font-size: 1.12em;
   }
   
   #text .right {
   text-align:right;
    font-style:italic;
	}
  
   
   .link {
	font-size: 1.2em;
	font-weight: bold;
  }
  
	#news {
	font-size: 0.9em;
	text-align: left;
	}
	
	#news p {
	text-indent: 1.5em;
	}
	
	#news .datanews {
	font-style:italic;
	text-align:right;
	}
	
}