* {
	font-family: verdana, arial, helvetica, sans-serif;;
	margin: 0;
	padding: 0;
	border: 0 solid #ffffff;
	}
body {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 20px;
	}
p {
	width: 100%;
	text-align: center;
	}
a {
	color: #555555;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:active {
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	}