  table{
	font-family: Arial;
    font-size: 8pt;
	background : ECE9E0;
  }

  a{
  	color: Navy;
	font-family: Arial;
  	font-size : 8pt;
	text-decoration: none;
  }

  a:hover {
  	color: Teal;
	font-family: Arial;
  	text-decoration: none;
  	text-align: left;
  }
  
  h1 {
  font-size:10pt;
  }
  
  li {
  list-style-type: circle;
  color: Teal;
  }
  
  ul {
    margin-top: 0px;
	}
	
p {
	font-family: Arial;
    font-size: 8pt;
}
