@charset "UTF-8";

/* google robots */

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  letter-spacing: 0;
	text-decoration: none;
}
p ,
pre {
  font-size: small;
	text-align: left;
	line-height: 1.4;
}
*+html p ,
*+html pre {
	text-align:justify;
}
/*\*/
* html p ,
* html pre {
	text-align:justify;
  font-size: x-small;
}
/**/
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 ,
li {
  text-align:justify;
	line-height: 1.4;
}

*+html h1 ,
*+html h2 ,
*+html h3 ,
*+html h4 ,
*+html h5 ,
*+html h6 ,
*+html li {
  text-align:justify;
}
/*\*/
* html h1 ,
* html h2 ,
* html h3 ,
* html h4 ,
* html h5 ,
* html h6 ,
* html li {
	text-align:justify;
}
/**/
strong { font-weight: bold; }

a {
	text-decoration: underline;
}

/* def */

body {
  color: #000000;
  background: #ffffff;
}
a img {
  border: none;
  color: #ffffff;
  background: transparent;
}

