@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	/* top - right - bottom - left*/
	text-align: justify;
	font: 12px Verdana;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
a {
	-moz-outline-style: none;     
     outline-style: none;
     outline-width: 0px;
     outline-color:-moz-use-text-color;
}
h1 {
	font: bold 18px Verdana;
	font-weight: bold;
	line-height: normal;
	color: #3c3c3c;
}
h2 {
	font: bold 18px Verdana;
	line-height: normal;
	color: #F82F75;
}
h3 {
	font: bold 18px Verdana;
	line-height: normal;
	color: #4F1989;
}
h4 {
	font: bold 18px Verdana;
	line-height: normal;
	color: #AE4995;
}
h5 {
	font: bold 18px Verdana;
	line-height: normal;
	color: #00BFF3;
}
h6 {
	font: bold 18px Verdana;
	line-height: normal;
	color: #FAB124;
}