body {                           
	background-color : #1e3474;
	
}
a:hover {
  text-decoration: none;
  background-color : #4296ee;  
  a: active;
}
a {
  text-decoration: none;  
  font-family: Arial, Helvetica, sans-serif;  
  font-weight: normal;
  font-size: 10pt;
  color:#FFFFFF;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: bold;
	color: #000000;	
}

H2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: normal;
  color: #333333;
}

H3 {
  font-family: Arial, Helvetica,  sans-serif;
  font-size: 11pt;
  color: #333333;
  }
  
P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
}

LI {
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
 
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

TABLE {
  border-collapse: collapse;
}