/* CSS Document */

body, xhtml {
	margin: 0;
	pading: 0;
	top: 0;
}
img {
	border: 0;
}

/* ---------------------------------------------------------------------------------------------------------- */

div {
	height: auto;
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 0;
}

p {
	text-align: center;
	width: 70%;	
	margin: 25px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p img {
	width: 40%;
	margin: 120px 0 50px 0;	
}
a {
	color: #e10000;
	font-size: 18px;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}

