/* ------------------------------------------------------
   General settings
   ------------------------------------------------------ */
BODY {
color: black;
 
font-family: Arial, Helvetica, sans-serif;
margin : 0px 0px;
}
/* ------------------------------------------------------
   Hyperlinks
   ------------------------------------------------------ */
A.none2  {text-decoration: none;  font: Arial; color: #576AA9;}
A.none2:visited  {text-decoration: none; font: Arial; color: #576AA9;}
A.none2:hover  {text-decoration: none; font: Arial; color: #576AA9;}
A:hover  {color: rgb(255, 153, 0); text-decoration: none;}
A:active  {color: Aqua;}

.h5 {
	background-color: #E1E1E1; text-align: center; width : 16%;
font-size: 10pt; font-weight : bold; font-style : italic;
}



