@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	padding: 10px 5px 10px 5px;
}
p {
	color: 000; text-align: justify;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	color: #000; font-weight: bold; font-size: 16px;
}


/* images */
img {
	width: 50%; height: 50%;
	float: left; padding: 5px;
}

