@charset   "Shift_JIS";
a:link{
	color : orange;
  
  
  text-decoration : underline;
  background-color : white;
}
a:visited{
	color : blue;
  
  background-color : white;
  text-decoration : underline;
}
a:hover{
	color : red;
       background-color : white;
  text-decoration : underline;
}

A{
	text-decoration:none
;
}

<p style="line-height:150%;
 letter-spacing: 2pt;
 word-spacing: 4pt;">
body{
  font-family : "Meiryo UI";
}

body{
  font-family : CI;
  color : black;
}
