body {    
    margin: 0 7% 0;
    font-family: Arial, Helvetica, sans-serif;
font-size: 1em; 
    line-height: 180%;
    color: rgb(0, 0, 0);
    background-color: white }
   
  h1 {
    font-family: Arial, Helvetica, sans-serif }
   h2 {
    font-family: Arial, Helvetica, sans-serif }
  h3 {
    font-family: Arial, Helvetica, sans-serif }
  h4 {
    font-family: Arial, Helvetica, sans-serif } 
 
 a:link {
	color: #3333ff;
	text-decoration: none;
   font-style:italic;
	background-color: transparent }
	
a:visited {
	color: #4A4ABB;
	text-decoration: none;

	background-color: transparent }
	
a:hover { color: red;
text-decoration: none;
	font-style:italic;
	background-color: transparent}
	
a:active {
	color: #3333ff;
	text-decoration: none;
	font-style:italic;
	background-color: transparent }

