body {
	color: #000000;
  	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
	}
	
h1 {
	font-size: 14px;

	}

p {
	font-size: 10px;
	}
	

p a:link { color: #000000; text-decoration:underline;}
p a:visited { color: #000000; text-decoration:underline;}
p a:hover { color: #000000;text-decoration:underline; background-color:gray;}
p a:active { color: #000000;text-decoration:underline; }
p a:focus { color: #000000; text-decoration:underline;}


 a:link { color: #000000; text-decoration:underline;}
 a:visited { color: #000000; text-decoration:underline;}
 a:hover { color: #000000;text-decoration:underline; background-color:gray;}
 a:active { color: #000000;text-decoration:underline; }
 a:focus { color: #000000; text-decoration:underline;}
 
td {
padding: 10px;

}