@charset "UTF-8";

a {
  color:inherit;
  text-decoration: none;
 }

a:link { 
	color:inherit;
	text-decoration: none; 
}
	
a:visited { 
	color:inherit;
	text-decoration: none; 
}

a:hover { 
	color:inherit;
	text-decoration: none; 
}
a:active { 
	color:inherit;
	text-decoration: none; 
}

a {outline : none;}
Remove outline from image link

a img {outline : none;}
Remove border from image link

img {border : 0;}

img { border:none; }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	 text-rendering: optimizeLegibility;
			 }
			 
			 

/* CSS Document */
