body{
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}

ul{
	margin: 0;
	padding: 0;
/*	list-style-type: none;*/
}

li{
	margin: 10px;
	padding: 0;
/*	list-style-type: none; */
}

a {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}
